Skip to content

Commit

Permalink
[bootstrap.mk] change configure.in -> configure.ac
Browse files Browse the repository at this point in the history
Fix warnings during compile, that configure.in is
deprecated.
  • Loading branch information
uNiversaI authored and uNiversaI committed Mar 17, 2015
1 parent b1d0ed2 commit a3327d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BOOTSTRAP_SUBDIRS += configure.in
BOOTSTRAP_SUBDIRS += configure.ac
BOOTSTRAP_SUBDIRS += xbmc/screensavers/rsxs-0.9/configure.ac
BOOTSTRAP_SUBDIRS += xbmc/visualizations/Goom/goom2k4-0/configure.in
BOOTSTRAP_SUBDIRS += xbmc/visualizations/Goom/goom2k4-0/configure.ac
BOOTSTRAP_SUBDIRS += lib/cpluff/configure.ac
BOOTSTRAP_SUBDIRS += lib/gtest/configure.ac

Expand Down Expand Up @@ -30,7 +30,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 )
Expand Down

0 comments on commit a3327d4

Please sign in to comment.