|
|
|
@ -161,7 +161,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) |
|
|
|
@ -1210,7 +1210,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) |
|
|
|
|