This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
pacman
Watch
1
Star
0
Fork
0
You've already forked pacman
mirror of
https://github.com/moparisthebest/pacman
synced
2024-11-10 11:35:00 -05:00
Code
Issues
Releases
Wiki
Activity
66f3b93331
pacman
/
autogen.sh
5 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Trying to fix up this autotools stuff a bit more. * Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used.
2007-03-06 01:38:20 -05:00
#!/bin/sh -xu
Final frugalware changes commit
2006-10-15 15:38:02 -04:00
Patch ltmain on autoreconf We used to carry a patched version of ltmain in our repos to fix libtools issues with -Wl,-as-needed. Now that ltmain is "generated" by autoreconf, we manually patch it afterwards. Signed-off-by: Allan McRae <allan@archlinux.org>
2013-06-26 00:37:53 -04:00
autoreconf -i
(
cd
build-aux
&&
patch -Np0 -i ltmain-asneeded.patch
)
Reference in New Issue
Copy Permalink