Bump to 16.1rc1
[vuplus_xbmc] / bootstrap.mk
index 0a30fee..29f7b7f 100644 (file)
@@ -1,6 +1,4 @@
-BOOTSTRAP_SUBDIRS += configure.in
-BOOTSTRAP_SUBDIRS += src/screensavers/rsxs-0.9/configure.ac
-BOOTSTRAP_SUBDIRS += src/visualizations/Goom/goom2k4-0/configure.in
+BOOTSTRAP_SUBDIRS += configure.ac
 BOOTSTRAP_SUBDIRS += lib/cpluff/configure.ac
 BOOTSTRAP_SUBDIRS += lib/gtest/configure.ac
 
@@ -30,7 +28,7 @@ lib/libdvd/libdvdnav/configure: lib/libdvd/libdvdread/configure
        autoreconf -vif $(@D)
        -@rm -rf $(@D)/autom4te.cache
 
-configure: configure.in
+configure: configure.ac
        autoreconf -vif $(@D)
        -@rm -rf $(@D)/autom4te.cache
        @test -n "$$BOOTSTRAP_STANDALONE" || ( echo "Configuration is stale. You should almost certainly reconfigure" && false )