SRCDIRS= @SRCDIRS@
# Other subdirectories
-SUBDIRSTOO= Include Lib Misc Demo
+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)
$(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)
+ (cd $(srcdir); autoconf -Wall)
+ (cd $(srcdir); autoheader -Wall)
# Create a tags file for vi
tags::
#! /bin/sh
- # From configure.in Revision.
+ # From configure.ac Revision.
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for python 3.1.
+# Generated by GNU Autoconf 2.68 for python 3.2.
#
# Report bugs to <http://bugs.python.org/>.
#