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-10-31 23:55:04 -04:00
Code
Issues
Releases
Wiki
Activity
660bd1caa1
pacman
/
autogen.sh
7 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
autogen.sh: remove useless shell flag and subshells $ ./autogen.sh ./autogen.sh: 3: ./autogen.sh: BASH_SOURCE: parameter not set The -u flag causes this (and lots of other mysterious problems). Since there aren't even any variables in this script, it makes no sense to use it. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
2013-10-13 23:20:08 -04:00
#!/bin/sh -x
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
autogen.sh: remove useless shell flag and subshells $ ./autogen.sh ./autogen.sh: 3: ./autogen.sh: BASH_SOURCE: parameter not set The -u flag causes this (and lots of other mysterious problems). Since there aren't even any variables in this script, it makes no sense to use it. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
2013-10-13 23:20:08 -04:00
patch -d build-aux -Np0 -i ltmain-asneeded.patch
exit
0
Reference in New Issue
Copy Permalink