diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-12-29 17:04:58 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-12-29 17:04:58 +0000 |
commit | 07c130900965a08b48b3d5c8af083b3ebc0eed13 (patch) | |
tree | 3c32c727cc338ddb3bea537d8d115fdc4bd2abf6 /TODO.autoconf | |
parent | 5e2d757c3487d64b6e08358e8c07b5b033555d3c (diff) | |
download | pacman-07c130900965a08b48b3d5c8af083b3ebc0eed13.tar.xz |
* Removed latest fix from TODO.autoconf
* Attempted fix for FS#6100 - "-Spd foo" failure
* Beginning of refactoring from Dan McGee <dpmcgee@gmail.com>
Diffstat (limited to 'TODO.autoconf')
-rw-r--r-- | TODO.autoconf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO.autoconf b/TODO.autoconf index 22e1740f..b212e9a3 100644 --- a/TODO.autoconf +++ b/TODO.autoconf @@ -1,12 +1,5 @@ TODO for autoconf/automake: -pacman's Makefile.am and configure.in -===================================== - -- find out how can we prevent automake/autoconf to build pacman.static binary, if we - are configured using --disable-static flag. Now if builded with this option, then pacman.static - compile fails, because there will be no libalpm.a (just .so) - global ====== |