diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
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 |