diff options
author | Mark Slee <mcslee@apache.org> | 2007-01-25 07:58:55 +0000 |
---|---|---|
committer | Mark Slee <mcslee@apache.org> | 2007-01-25 07:58:55 +0000 |
commit | eb0d024ee1ca1cf55b813d4890d6eef388b5ef94 (patch) | |
tree | 6aa5dc3f4e441fb9a4c70d3c7ec02b8dac766d5c /bootstrap.sh | |
parent | 79e025b3e8710cbee50db83f84cce153a230f6ea (diff) | |
download | thrift-eb0d024ee1ca1cf55b813d4890d6eef388b5ef94.tar.gz |
Full automake/autoconf compliance for thrift
Summary: Including the compiler!!!
Reviewed By: automake
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 0d29bbe6b..d88319ac7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,36 +1,8 @@ #!/bin/sh -subdirs="lib/cpp lib/php lib/py" - -rm -rf \ -AUTHORS \ -COPYING \ -ChangeLog \ -INSTALL \ -Makefile.am \ -Makefile \ -Makefile.in \ -Makefile.orig \ -NEWS \ -aclocal.m4 \ -autom4te.cache \ -autoscan.log \ -config.guess \ -config.h \ -config.hin \ -config.log \ -config.status \ -config.sub \ -configure \ -configure.scan \ -depcomp \ -.deps \ -install-sh \ -.libs \ -libtool \ -ltmain.sh \ -missing +subdirs="compiler/cpp lib/cpp lib/php lib/py" +./cleanup.sh echo "SUBDIRS = ${subdirs}" > Makefile.am aclocal |