summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 22:10:15 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-03-14 22:10:15 (GMT)
commit0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (patch)
tree12310d0cbeab9c3567866901d536d459da8cdf51 /Makefile.pre.in
parent273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff)
downloadcpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.zip
cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.gz
cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.bz2
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index e4470bd..e01cd27 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -151,7 +151,7 @@ SRCDIRS= @SRCDIRS@
SUBDIRSTOO= Include Lib Misc Demo
# Files and directories to be distributed
-CONFIGFILES= configure configure.in acconfig.h pyconfig.h.in Makefile.pre.in
+CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in
DISTFILES= README ChangeLog $(CONFIGFILES)
DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy
DIST= $(DISTFILES) $(DISTDIRS)
@@ -1137,7 +1137,7 @@ recheck:
$(SHELL) config.status --recheck
$(SHELL) config.status
-# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
+# Rebuild the configure script from configure.ac; also rebuild pyconfig.h.in
autoconf:
(cd $(srcdir); autoconf)
(cd $(srcdir); autoheader)