summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-31 05:58:04 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-31 05:58:04 +0200
commit0f5d8ca08f6cbdf3f39ee27f6c6861bf05e8fa2d (patch)
treef0d8ba7514724bf4bb91834b8d8cf7fba42f7c41 /configure.ac
parentbe1752f08bb7da2a0f58f67d35189cf559021a66 (diff)
downloadlibrpm-tizen-0f5d8ca08f6cbdf3f39ee27f6c6861bf05e8fa2d.tar.gz
librpm-tizen-0f5d8ca08f6cbdf3f39ee27f6c6861bf05e8fa2d.tar.bz2
librpm-tizen-0f5d8ca08f6cbdf3f39ee27f6c6861bf05e8fa2d.zip
Don't AC_SUBST varprefix.
Generate macros from Makefile.am
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 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