revert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Jul 2002 21:30:20 +0000 (21:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Jul 2002 21:30:20 +0000 (21:30 +0000)
Original commit message from CVS:
revert wingo's patch since it breaks
add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure

configure.ac

index fa2e7a5..07048aa 100644 (file)
@@ -4,7 +4,8 @@ AC_CANONICAL_TARGET([])
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
 AS_VERSION(gstreamer, GST_VERSION, 0, 4, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
-
+dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
+AM_MAINTAINER_MODE
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 AS_LIBTOOL(GST, 0, 0, 0, yes)