diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:17:31 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:17:31 (GMT) |
commit | 5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a (patch) | |
tree | 7c773aa4c9047b142c45c05f43b75a9154b506a7 /Makefile.pre.in | |
parent | e7c8fdee18494238cc93eb895001398ceb7d12fb (diff) | |
parent | d83be23689c50f81d2df040cd047e9100e004c3f (diff) | |
download | cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.zip cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.tar.gz cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.tar.bz2 |
merge 3.2
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a13d1c3..31efeca 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -160,7 +160,7 @@ SRCDIRS= @SRCDIRS@ SUBDIRSTOO= Include Lib Misc # 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) @@ -1274,7 +1274,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 -Wall) (cd $(srcdir); autoheader -Wall) |