diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-31 05:58:04 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-31 05:58:04 +0200 |
commit | 0f5d8ca08f6cbdf3f39ee27f6c6861bf05e8fa2d (patch) | |
tree | f0d8ba7514724bf4bb91834b8d8cf7fba42f7c41 /configure.ac | |
parent | be1752f08bb7da2a0f58f67d35189cf559021a66 (diff) | |
download | librpm-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.ac | 3 |
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 |