isl_convex_hull.c: remove unused swap_ineq
[platform/upstream/isl.git] / autogen.sh
index 505354d..4250cc4 100755 (executable)
@@ -1,9 +1,6 @@
 #!/bin/sh
 libtoolize -c
-aclocal
+aclocal -I m4
 autoheader
 automake -a -c --foreign
 autoconf
-if test -f piplib/autogen.sh; then
-       (cd piplib; ./autogen.sh)
-fi