summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh32
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