mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
autogen.sh: remove the bogus "-I admin" option to aclocal
In addition, remove some code we do not use or need.
This commit is contained in:
parent
1fda5afcc2
commit
10eb1ef8e0
1 changed files with 2 additions and 11 deletions
|
@ -3,21 +3,12 @@
|
||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -z "$srcdir" && srcdir=.
|
test -z "$srcdir" && srcdir=.
|
||||||
|
|
||||||
THEDIR="`pwd`"
|
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
DIE=0
|
|
||||||
|
|
||||||
libtoolize --force --automake
|
libtoolize --force --automake
|
||||||
aclocal -I admin
|
aclocal
|
||||||
autoconf -f
|
autoconf -f
|
||||||
autoheader
|
autoheader
|
||||||
automake --foreign --include-deps --add-missing
|
automake --foreign --include-deps --add-missing
|
||||||
|
|
||||||
#if test -z "$*"; then
|
exit $?
|
||||||
# echo "I am going to run ./configure with no arguments - if you wish "
|
|
||||||
# echo "to pass any to it, please specify them on the $0 command line."
|
|
||||||
#fi
|
|
||||||
#
|
|
||||||
#cd "$THEDIR"
|
|
||||||
#
|
|
||||||
#$srcdir/configure "$@"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue