diff options
author | Dan McGee <dan@archlinux.org> | 2007-05-30 11:46:37 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-30 11:46:37 -0400 |
commit | a6129bb789832ca1fa8966d511d7a0b96d2d9e53 (patch) | |
tree | 87a031da793ad8e3045f71c0ebc0ebaea86be6e3 /configure.ac | |
parent | b6387b954f7c35d0d51978aac24ca6bd6a5308fc (diff) | |
download | pacman-a6129bb789832ca1fa8966d511d7a0b96d2d9e53.tar.xz |
Finish making autoconf changes
Fix up everything in the etc/ directory so it is built at make-time and
not configure-time. This reduces configure generated files to just the
makefiles, which is the correct way to do things. This also allows a switch
from @@REPO@@ to the more sane @REPO@ in mirrorlist.in, and kills the
two-part generation of the mirror files.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 62229247..0bed9256 100644 --- a/configure.ac +++ b/configure.ac @@ -246,10 +246,7 @@ src/util/Makefile scripts/Makefile doc/Makefile etc/Makefile -etc/makepkg.conf -etc/pacman.conf etc/pacman.d/Makefile -etc/pacman.d/mirrorlist etc/abs/Makefile pactest/Makefile contrib/Makefile |