From 0f5d8ca08f6cbdf3f39ee27f6c6861bf05e8fa2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Fri, 31 Aug 2007 05:58:04 +0200 Subject: [PATCH] Don't AC_SUBST varprefix. Generate macros from Makefile.am --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2424830b0..e4e3cc2b9 100644 --- a/configure.ac +++ b/configure.ac @@ -974,7 +974,6 @@ if test "x$varprefix" = "x"; then varprefix=$prefix/var ;; esac fi -AC_SUBST(varprefix) if test "x$tmpdir" = "x"; then if test -d $varprefix/tmp; then @@ -1135,7 +1134,7 @@ AC_CONFIG_SUBDIRS(db3) AC_PATH_PROG(AUTOM4TE,autom4te,:) -AC_CONFIG_FILES([ Doxyfile Makefile macros platform rpm.pc +AC_CONFIG_FILES([ Doxyfile Makefile 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