summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 23:10:15 +0100
committerMatthias Klose <doko@ubuntu.com>2012-03-14 23:10:15 +0100
commite9cef0c690420b622f40ba9c1edcbd946c5d6598 (patch)
tree1e1553c8796d8a8f87276dc2d6e1f868994be33c /Makefile.pre.in
parent34c2894eaeac781adea1ab120a77ae18181b7b22 (diff)
downloadcpython-e9cef0c690420b622f40ba9c1edcbd946c5d6598.tar.gz
- 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 e4470bdb88..e01cd2745a 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)