Avoid shell variables in AC_CONFIG_FILES (won't work)

This commit is contained in:
Tim Rühsen 2015-07-12 22:46:40 +02:00
parent 1bdff6b113
commit 37858be73f
1 changed files with 1 additions and 4 deletions

View File

@ -37,8 +37,7 @@ AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], false)
]) ])
if test x"$have_gtk_doc" = xyes -a x"$enable_gtk_doc" = xyes; then if test x"$have_gtk_doc" = xyes -a x"$enable_gtk_doc" = xyes; then
docdir_makefile=docs/libpsl/Makefile AC_CONFIG_FILES([docs/libpsl/Makefile docs/libpsl/version.xml])
docdir_version_xml=docs/libpsl/version.xml
AC_SUBST([LIBPSL_DOCS], [docs/libpsl]) AC_SUBST([LIBPSL_DOCS], [docs/libpsl])
fi fi
@ -253,8 +252,6 @@ AC_CONFIG_FILES([Makefile
src/Makefile src/Makefile
tools/Makefile tools/Makefile
po/Makefile.in po/Makefile.in
${docdir_makefile}
${docdir_version_xml}
data/Makefile data/Makefile
tests/Makefile tests/Makefile
libpsl.pc:libpsl.pc.in]) libpsl.pc:libpsl.pc.in])