summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-03-21 14:41:09 +1300
committerOlly Betts <olly@survex.com>2013-03-21 14:41:09 +1300
commit481ed3c57853463b01f7e3928491c7f0679d7776 (patch)
tree8afad25a37505bcaff0162468cd1ae2d32624799 /Makefile.in
parentb132992b8aa9d3afcbc45d6a6d15fe9f60c559e5 (diff)
downloadswig-481ed3c57853463b01f7e3928491c7f0679d7776.tar.gz
Update lingering configure.in references to say configure.ac
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c6259916b..7ecbfa251 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -514,11 +514,11 @@ configfiles:
Makefile: $(srcdir)/Makefile.in config.status
$(SHELL) ./config.status
-# This target is usually called from Source/Makefile when configure.in has
+# This target is usually called from Source/Makefile when configure.ac has
# changed.
am--refresh: $(srcdir)/configure
-$(srcdir)/configure: $(srcdir)/configure.in
+$(srcdir)/configure: $(srcdir)/configure.ac
@echo "Build system is out of date. If the following commands fail, please reconfigure by hand (rerun: ./autogen.sh && ./configure)"
cd $(srcdir) && ./autogen.sh
$(SHELL) ./config.status --recheck