index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-11-20 09:10:23 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-11-20 09:10:23 +0000 |
commit | aa1c0ba9f8787fc3b1a1190103e394b0c1c95922 (patch) | |
tree | ed0c9675f7fc5da043a69b36e0b8c6c8e05cb583 /configure.ac | |
parent | b8b9596b13de957566211b0e1db3e473ed66e147 (diff) |
-rw-r--r-- | configure.ac | 4 |
diff --git a/configure.ac b/configure.ac index 2c025350..2c04978d 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ dnl Put out version numbers to config.h AC_DEFINE_UNQUOTED([PM_VERSION], ["$PM_VERSION"], [libalpm version number]) dnl Configuration files -AC_CONFIG_FILES([etc/makepkg.conf] [etc/pacman.conf]) +dnl AC_CONFIG_FILES([etc/makepkg.conf] [etc/pacman.conf]) AC_PROG_CC AC_HEADER_STDC @@ -353,6 +353,8 @@ doc/libalpm.3 doc/pacman.8 doc/hu/Makefile etc/Makefile +etc/makepkg.conf +etc/pacman.conf etc/pacman.d/Makefile bindings/perl/Makefile bindings/python/Makefile |