diff options
author | uNiversaI <uNiversal@noreply.github.com> | 2015-03-17 17:07:11 +0900 |
---|---|---|
committer | uNiversaI <uNiversal@noreply.github.com> | 2015-03-18 02:01:36 +0900 |
commit | a3327d4e6be6dd8b44cd2bc51f0ad5dc8101db69 (patch) | |
tree | 81c968e8da2fa08234a3f14e24986102687d9fc0 /bootstrap.mk | |
parent | b1d0ed2ef7e98fa4450da7a3e1a2d328003ac636 (diff) |
[bootstrap.mk] change configure.in -> configure.ac
Fix warnings during compile, that configure.in is
deprecated.
Diffstat (limited to 'bootstrap.mk')
-rw-r--r-- | bootstrap.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.mk b/bootstrap.mk index 8bc4795b92..56488b82da 100644 --- a/bootstrap.mk +++ b/bootstrap.mk @@ -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 @@ -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 ) |