various additions
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 18:29:12 +0000 (18:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 18:29:12 +0000 (18:29 +0000)
Original commit message from CVS:
various additions

acconfig.h
autogen.sh
configure.ac

index 265d222..b6e24c4 100644 (file)
@@ -1,5 +1,7 @@
 #undef PACKAGE
 #undef VERSION
+#undef GST_PLUGINS
+#undef GST_PLUGINS_RELEASE
 #undef GST_VERSION_RELEASE
 
 /* Gettext stuff */
index a7c1246..96dea9c 100755 (executable)
@@ -38,7 +38,7 @@ fi
 
 toplevel_check $srcfile
 
-tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS"
+tool_run "aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
 
 # FIXME : why does libtoolize keep complaining about aclocal ?
 
index 88ddbfa..61b6c4c 100644 (file)
@@ -5,7 +5,6 @@ AC_CANONICAL_TARGET([])
 dnl when going to/from release please set the nano (fourth number) right !
 AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
 
-
 dnl FIXME take something else ?
 AC_CONFIG_SRCDIR([gst/law/alaw.c])
 AM_CONFIG_HEADER(config.h)