From aa1c0ba9f8787fc3b1a1190103e394b0c1c95922 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 20 Nov 2006 09:10:23 +0000 Subject: * repo-add script - to add entries to a db file directly from package data (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3-24-g4f1b