index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | autogen.sh: remove useless shell flag and subshells | Dave Reisner | |
$ ./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-14 | Ignore failure to patch during autogen.sh | Allan McRae | |
patch -N ignores the previously applied patch but still returns 1. This causes a git build with a reused source directory to fail. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-07-22 | Patch ltmain on autoreconf | Allan McRae | |
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-07-22 | Use autoreconf in autogen.sh | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2010-09-23 | Update build system (automake, autoconf, libtool) | Dan McGee | |
Unfortunately this patch is hard to split up into smaller chunks. Our build system and the associated automake/autoconf/libtool macros has been left untouched for a while, and could use a refresher. * Upgrade ltmain.sh to the latest version * Move away from a huge acinclude.m4 directory to using individual files in the m4/ subdirectory, suggested by upstream automake documentation * Update all macros to their latest available version * Adjust Makefile.am and autogen.sh to accommodate m4/ subdirectory Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-06 | Trying to fix up this autotools stuff a bit more. | Dan McGee | |
* 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-02-13 | These were in the wrong order, so errored for me. | Aaron Griffin | |
2007-01-29 | * fixed path to automake (removed hardcoded version) | Jürgen Hötzel | |
2006-10-15 | Final frugalware changes commit | Aaron Griffin | |
2006-06-28 | i18n stuff | Judd Vinet | |
2005-10-17 | added first part of the autoconf stuff - patch from Christian Hamar ↵ | Judd Vinet | |
<krics@linuxforum.hu> |