sync with as-version small autogen fix
[platform/upstream/gstreamer.git] / configure.ac
index 5616596..da8ff11 100644 (file)
@@ -4,6 +4,7 @@ AC_CANONICAL_TARGET([])
 
 dnl when going to/from release please set the nano (fourth number) right !
 AS_VERSION(gstreamer, GST_VERSION, 0, 3, 2, 1)
+AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 AS_LIBTOOL(GST, 0, 0, 0, yes)
 
 AC_CONFIG_SRCDIR([gst/gst.c])
@@ -11,7 +12,7 @@ AM_CONFIG_HEADER(config.h)
 
 dnl Add parameters for aclocal
 dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL="cat m4/*.m4 >acinclude.m4;$ACLOCAL $ACLOCAL_FLAGS"
+ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS"
 
 AM_MAINTAINER_MODE
 
@@ -411,7 +412,6 @@ dnl libs/ext/Makefile
 AC_OUTPUT(
 Makefile
 include/Makefile
-m4/Makefile
 gst/Makefile
 gst/gstversion.h
 gst/types/Makefile