autoconf: replace autogen.sh custom script with a call to autoreconf -i
parent
19cb07b890
commit
af2db7a651
19
autogen.sh
19
autogen.sh
|
@ -1,20 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
LIBTOOLIZE=`which glibtoolize 2>/dev/null`
|
||||
case "$LIBTOOLIZE" in
|
||||
/* ) ;;
|
||||
* ) LIBTOOLIZE=`which libtoolize 2>/dev/null`
|
||||
case "$LIBTOOLIZE" in
|
||||
/* ) ;;
|
||||
* ) LIBTOOLIZE=libtoolize
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
$LIBTOOLIZE --force &&
|
||||
aclocal &&
|
||||
autoheader &&
|
||||
automake -a &&
|
||||
autoconf
|
||||
|
||||
autoreconf -i
|
||||
|
|
Loading…
Reference in New Issue