From 4d1336e70879d448a898186eeb3d0af3e2f4c903 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 19 Oct 2002 09:19:11 +0000 Subject: faq it Original commit message from CVS: faq it --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 764b4fecf6..4d5a29babc 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,7 @@ AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) -ACLOCAL_FLAGS="-I common/m4 $ACLOCAL_FLAGS" -AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS) +ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS" AC_PROG_CC AM_PROG_CC_STDC @@ -505,16 +504,17 @@ examples/typefind/Makefile examples/xml/Makefile tools/Makefile docs/Makefile +docs/devhelp/Makefile +docs/devhelp/html2xml.py +docs/faq/Makefile docs/gst/Makefile docs/gst/gstreamer.types docs/libs/Makefile -docs/plugins/Makefile -docs/plugins/gstreamer-plugins.types docs/manual/Makefile docs/pwg/Makefile +docs/plugins/Makefile +docs/plugins/gstreamer-plugins.types docs/xsl/Makefile -docs/devhelp/Makefile -docs/devhelp/html2xml.py stamp.h gstreamer.pc gstreamer-uninstalled.pc -- cgit v1.2.3