Remove configure.in to configure.ac
This is the extension expected by all non-ancient autoconf versions.
This commit is contained in:
parent
5c3a41139c
commit
a921f558d9
22 changed files with 36 additions and 37 deletions
|
|
@ -33955,7 +33955,7 @@ CP_P = cp -p
|
|||
ALL_DIST: distrib_clean
|
||||
mkdir _dist_dir
|
||||
mkdir $(DISTDIR)
|
||||
$(CP_P) $(WXDIR)/configure.in $(DISTDIR)
|
||||
$(CP_P) $(WXDIR)/configure.ac $(DISTDIR)
|
||||
$(CP_P) $(WXDIR)/configure $(DISTDIR)
|
||||
$(CP_P) $(WXDIR)/autoconf_inc.m4 $(DISTDIR)
|
||||
$(CP_P) $(WXDIR)/wxwin.m4 $(DISTDIR)
|
||||
|
|
@ -34145,9 +34145,9 @@ ALL_GUI_DIST: ALL_DIST
|
|||
|
||||
BASE_DIST: ALL_DIST INTL_DIST
|
||||
# make --disable-gui the default
|
||||
rm $(DISTDIR)/configure.in
|
||||
rm $(DISTDIR)/configure.ac
|
||||
sed 's/DEFAULT_wxUSE_GUI=yes/DEFAULT_wxUSE_GUI=no/' \
|
||||
$(WXDIR)/configure.in > $(DISTDIR)/configure.in
|
||||
$(WXDIR)/configure.ac > $(DISTDIR)/configure.ac
|
||||
rm $(DISTDIR)/configure
|
||||
sed 's/DEFAULT_wxUSE_GUI=yes/DEFAULT_wxUSE_GUI=no/' \
|
||||
$(WXDIR)/configure > $(DISTDIR)/configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue