From: Ralf Corsépius Date: Tue, 28 Aug 2007 11:20:03 +0000 (+0200) Subject: Remove SYSCONFIGDIR. X-Git-Tag: tznext/4.11.0.1.tizen20130304~5529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5553568c626b5ddb78be1c39f7aa499b3cf1fd98;p=tools%2Flibrpm-tizen.git Remove SYSCONFIGDIR. --- diff --git a/configure.ac b/configure.ac index d4400e7..733e832 100644 --- a/configure.ac +++ b/configure.ac @@ -1119,11 +1119,6 @@ AC_DEFINE_UNQUOTED(RPMCONFIGDIR, "$RPMCONFIGDIR", [Full path to rpm global configuration directory (usually /usr/lib/rpm)]) AC_SUBST(RPMCONFIGDIR) -SYSCONFIGDIR="`echo /etc/rpm`" -AC_DEFINE_UNQUOTED(SYSCONFIGDIR, "$SYSCONFIGDIR", - [Full path to rpm system configuration directory (usually /etc/rpm)]) -AC_SUBST(SYSCONFIGDIR) - LIBRPMRC_FILENAME="${RPMCONFIGDIR}/rpmrc" AC_DEFINE_UNQUOTED(LIBRPMRC_FILENAME, "$LIBRPMRC_FILENAME", [Full path to rpmrc configuration file (usually /usr/lib/rpm/rpmrc)]) @@ -1147,7 +1142,7 @@ AC_CONFIG_SUBDIRS(db3) AC_PATH_PROG(AUTOM4TE,autom4te,:) -AC_CONFIG_FILES([ Doxyfile Makefile rpmrc macros platform rpm.pc +AC_CONFIG_FILES([ Doxyfile Makefile macros platform rpm.pc rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile po/Makefile.in scripts/Makefile scripts/brp-redhat scripts/macros.perl scripts/macros.php scripts/macros.python