summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-01-13 09:59:16 +0100
committerSven Verdoolaege <skimo@kotnet.org>2010-01-13 10:11:45 +0100
commitff1ea6be3fdafe036160fb8b66038957488eb58a (patch)
treed934ad8167d074425ad9b0ee72c3d79fb67db6d1 /autogen.sh
parent07464c86836b8b27a728bc472f9be5b32660b353 (diff)
downloadisl-ff1ea6be3fdafe036160fb8b66038957488eb58a.tar.gz
isl-ff1ea6be3fdafe036160fb8b66038957488eb58a.tar.bz2
isl-ff1ea6be3fdafe036160fb8b66038957488eb58a.zip
properly remove piplib submodule
309036c (add copyright statements) accidentally removed the piplib submodule. Removing the piplib submodule was not a bad idea since we don't really need it anymore, but it should be done properly.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 9b8498a3..4250cc4a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,6 +4,3 @@ aclocal -I m4
autoheader
automake -a -c --foreign
autoconf
-if test -f piplib/autogen.sh; then
- (cd piplib; ./autogen.sh)
-fi