diff --git a/autogen.sh b/autogen.sh index 2f447e8131..857f50aaf9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -50,7 +50,7 @@ if test -d po ; then touch -t 200001010000 po/gst-plugins-bad-1.0.pot fi -CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc' +CONFIGURE_DEF_OPT='--enable-maintainer-mode' if test "x$package" = "xgstreamer"; then CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-failing-tests --enable-poisoning" diff --git a/configure.ac b/configure.ac index be487def3c..dcf3f6e9ee 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl check if this is a release version AS_NANO(GST_GIT="no", GST_GIT="yes") dnl can autoconf find the source ? -AC_CONFIG_SRCDIR([docs/plugins/gst-plugins-bad-plugins-docs.sgml]) +AC_CONFIG_SRCDIR([gst/aiff/aiff.c]) dnl define the output header for config AC_CONFIG_HEADERS([config.h])