don't run autoconf automatically, it's problematic on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,7 +9,6 @@ SDEPS = config.bkl common.bkl common_samples.bkl
|
|||||||
MDEPS = common.bkl config.bkl files.bkl monolithic.bkl multilib.bkl opengl.bkl wxwin.py
|
MDEPS = common.bkl config.bkl files.bkl monolithic.bkl multilib.bkl opengl.bkl wxwin.py
|
||||||
AUTOCONF_ALL = \
|
AUTOCONF_ALL = \
|
||||||
../../Makefile.in \
|
../../Makefile.in \
|
||||||
../../configure \
|
|
||||||
../../contrib/samples/animate/Makefile.in \
|
../../contrib/samples/animate/Makefile.in \
|
||||||
../../contrib/samples/svg/Makefile.in \
|
../../contrib/samples/svg/Makefile.in \
|
||||||
../../contrib/samples/xrc/Makefile.in \
|
../../contrib/samples/xrc/Makefile.in \
|
||||||
@@ -499,7 +498,6 @@ watcom: $(WATCOM_ALL)
|
|||||||
clean:
|
clean:
|
||||||
rm -f ../../autoconf_inc.m4
|
rm -f ../../autoconf_inc.m4
|
||||||
rm -f ../../Makefile.in
|
rm -f ../../Makefile.in
|
||||||
rm -f ../../configure
|
|
||||||
rm -f ../../contrib/samples/animate/Makefile.in
|
rm -f ../../contrib/samples/animate/Makefile.in
|
||||||
rm -f ../../contrib/samples/svg/Makefile.in
|
rm -f ../../contrib/samples/svg/Makefile.in
|
||||||
rm -f ../../contrib/samples/xrc/Makefile.in
|
rm -f ../../contrib/samples/xrc/Makefile.in
|
||||||
@@ -979,8 +977,6 @@ clean:
|
|||||||
library: ../../Makefile.in ../makefile.bcc ../makefile.vc ../makefile.wat ../makefile.gcc
|
library: ../../Makefile.in ../makefile.bcc ../makefile.vc ../makefile.wat ../makefile.gcc
|
||||||
|
|
||||||
../../autoconf_inc.m4: ../../Makefile.in
|
../../autoconf_inc.m4: ../../Makefile.in
|
||||||
../../configure: ../../autoconf_inc.m4
|
|
||||||
(cd ../.. ; aclocal && autoconf)
|
|
||||||
|
|
||||||
Makefile: regenMakefile.py
|
Makefile: regenMakefile.py
|
||||||
./regenMakefile.py
|
./regenMakefile.py
|
||||||
|
@@ -23,7 +23,7 @@ MDEPS = common.bkl config.bkl files.bkl monolithic.bkl multilib.bkl opengl.bkl w
|
|||||||
|
|
||||||
lines = {}
|
lines = {}
|
||||||
all = {}
|
all = {}
|
||||||
all['autoconf'] = ['../../configure']
|
all['autoconf'] = []
|
||||||
|
|
||||||
linesCur = None
|
linesCur = None
|
||||||
|
|
||||||
@@ -171,8 +171,6 @@ clean:
|
|||||||
library: ../../Makefile.in ../makefile.bcc ../makefile.vc ../makefile.wat ../makefile.gcc
|
library: ../../Makefile.in ../makefile.bcc ../makefile.vc ../makefile.wat ../makefile.gcc
|
||||||
|
|
||||||
../../autoconf_inc.m4: ../../Makefile.in
|
../../autoconf_inc.m4: ../../Makefile.in
|
||||||
../../configure: ../../autoconf_inc.m4
|
|
||||||
\t(cd ../.. ; aclocal && autoconf)
|
|
||||||
|
|
||||||
Makefile: regenMakefile.py
|
Makefile: regenMakefile.py
|
||||||
\t./regenMakefile.py
|
\t./regenMakefile.py
|
||||||
|
Reference in New Issue
Block a user