type=DATA
[./Makefile.am]
-files=./ChangeLog,./ETL-config.in,./INSTALL,./README,./bootstrap,./config.log,./ETL.spec,./aclocal.m4,./configure,./ETL.kdevprj,./config.status,./ETL-config,
+files=./ChangeLog,./ETL-config.in,./INSTALL,./README,./config.log,./ETL.spec,./aclocal.m4,./configure,./ETL.kdevprj,./config.status,./ETL-config,
sub_dirs=ETL,test,ETL.pbproj,config,autom4te-2.53.cache,
type=normal
install_location=
type=DATA
-[./bootstrap]
-dist=true
-install=false
-install_location=
-type=DATA
-
[./config.log]
dist=true
install=false
F58D9F8F037F14FE01A80006,
);
};
- F550016802F0987601000102 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = bootstrap;
- refType = 4;
- sourceTree = "<group>";
- };
F550016A02F0987601000102 = {
fileEncoding = 30;
isa = PBXFileReference;
ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST=COPYING bootstrap m4/subs.m4 config/depcomp m4/cxx_macros.m4 ETL.pbproj/project.pbxproj ETL.pbproj/etl_profile.h ETL.pbproj/frameworkfix.cpp ETL-config.in m4/ETL.m4 doxygen.cfg.in doxygen.cfg ETL.pc.in
+EXTRA_DIST=COPYING m4/subs.m4 config/depcomp m4/cxx_macros.m4 ETL.pbproj/project.pbxproj ETL.pbproj/etl_profile.h ETL.pbproj/frameworkfix.cpp ETL-config.in m4/ETL.m4 doxygen.cfg.in doxygen.cfg ETL.pc.in
CVS=cvs
SVN=svn
[ -d $(OUTPUTDIR) ] || mkdir $(OUTPUTDIR)
rm -fr $(COREDIR)
svn export https://svn.voria.com/code/synfig-core/trunk $(COREDIR) || exit 2
- cd $(COREDIR) && ./bootstrap && ./configure
+ cd $(COREDIR) && libtoolize --ltdl --copy --force && autoreconf --force --install && ./configure
make -C $(COREDIR) dist
cp -r $(COREDIR)/*.gz $(OUTPUTDIR)
[ -d $(OUTPUTDIR) ] || mkdir $(OUTPUTDIR)
rm -fr $(STUDIODIR)
svn export https://svn.voria.com/code/synfig-studio/trunk $(STUDIODIR) || exit 2
- cd $(STUDIODIR) && ./bootstrap && ./configure
+ cd $(STUDIODIR) && autoreconf --force --install && ./configure
make -C $(STUDIODIR) dist
cp -r $(STUDIODIR)/*.gz $(OUTPUTDIR)
[ -d $(OUTPUTDIR) ] || mkdir $(OUTPUTDIR)
rm -fr $(ETLDIR)
svn export https://svn.voria.com/code/ETL/trunk $(ETLDIR) || exit 2
- cd $(ETLDIR) && ./bootstrap && ./configure
+ cd $(ETLDIR) && autoreconf --force --install && ./configure
make -C $(ETLDIR) dist
cp -r $(ETLDIR)/*.gz $(OUTPUTDIR)
BUILDDIR=macosxbuild
-[ -e configure ] || ./bootstrap || exit 1
+[ -e configure ] || ( libtoolize --ltdl --copy --force && autoreconf --force --install ) || exit 1
[ -d $BUILDDIR ] && rm -fr $BUILDDIR
type=DATA
[./Makefile.am]
-files=./aclocal.m4,./config.status,./README,./configure,./config.log,./ETL.spec,./INSTALL,./ChangeLog,./ETL.kdevprj,./bootstrap,
+files=./aclocal.m4,./config.status,./README,./configure,./config.log,./ETL.spec,./INSTALL,./ChangeLog,./ETL.kdevprj,
sub_dirs=test,config,ETL.pbproj,include,
type=normal
install_location=
type=DATA
-[./bootstrap]
-dist=true
-install=false
-install_location=
-type=DATA
-
[./config.log]
dist=true
install=false
[Makefile.am]
dist=true
-files=bootstrap,ChangeLog,INSTALL,Makefile.am,README,synfig.kdevprj,synfig-config.in
+files=ChangeLog,INSTALL,Makefile.am,README,synfig.kdevprj,synfig-config.in
install=false
install_location=
sub_dirs=src,config
install_location=
type=DATA
-[bootstrap]
-dist=true
-install=false
-install_location=
-type=DATA
-
[config/ETL.m4]
dist=true
install=false
OPTIONS="--enable-optimization=1 --disable-debug"
-[ -e configure ] || ./bootstrap || exit 0
+[ -e configure ] || ( libtoolize --ltdl --copy --force && autoreconf --force --install ) || exit 0
[ -d win32build ] && rm -fr win32build
CXXCPP="g++ -E"
-[ -e configure ] || ./bootstrap || exit 1
+[ -e configure ] || autoreconf --force --install || exit 1
[ -d $BUILDDIR ] && rm -fr $BUILDDIR
type=DATA
[./Makefile.am]
-files=./README,./studio.kdevprj,./INSTALL,./ChangeLog,./bootstrap,
+files=./README,./studio.kdevprj,./INSTALL,./ChangeLog,
sub_dirs=src,config,
type=normal
install_location=
type=DATA
-[./bootstrap]
-dist=true
-install=false
-install_location=
-type=DATA
-
[./studio.kdevprj]
dist=true
install=false
[Makefile.am]
dist=true
-files=bootstrap,ChangeLog,INSTALL,Makefile.am,README
+files=ChangeLog,INSTALL,Makefile.am,README
install=false
install_location=
sub_dirs=src,images
install_location=
type=DATA
-[bootstrap]
-dist=true
-install=false
-install_location=
-type=DATA
-
[config/ETL.m4]
dist=true
install=false
BUILDDIR=win32build
-[ -e configure ] || ./bootstrap || exit 1
+[ -e configure ] || autoreconf --force --install || exit 1
[ -d $BUILDDIR ] && rm -fr $BUILDDIR