repo.or.cz
/
isl-polylib.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
abad4fc
)
autogen.sh: replace superproject part by call to autoreconf
author
Sven Verdoolaege
<
[email protected]
>
Sun, 4 Sep 2011 08:39:14 +0000
(4 10:39 +0200)
committer
Sven Verdoolaege
<
[email protected]
>
Sun, 4 Sep 2011 11:39:03 +0000
(4 13:39 +0200)
Signed-off-by: Sven Verdoolaege <
[email protected]
>
autogen.sh
patch
|
blob
|
blame
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
acdad8c
..
c89d662
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,8
+1,5
@@
#!/bin/sh
-libtoolize -c
-aclocal -I m4
-automake -a -c --foreign
-autoconf
+autoreconf -i --no-recursive
if test -f isl/autogen.sh; then
(cd isl; ./autogen.sh)
fi