configure: fix autotools build after gtk-doc removal
authorTim-Philipp Müller <tim@centricular.com>
Tue, 14 May 2019 18:19:46 +0000 (19:19 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 14 May 2019 18:19:46 +0000 (19:19 +0100)
Were using a gtk-doc specific file to check if we can
find the srcdir, so configure would fail.

autogen.sh
configure.ac

index 2f447e8..857f50a 100755 (executable)
@@ -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"
index be487de..dcf3f6e 100644 (file)
@@ -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])