1
0
Fork 0
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:
Jon Trulson 2021-07-04 19:18:55 -06:00
parent 1fda5afcc2
commit 10eb1ef8e0

View file

@ -3,21 +3,12 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
THEDIR="`pwd`"
cd "$srcdir"
DIE=0
libtoolize --force --automake
aclocal -I admin
aclocal
autoconf -f
autoheader
automake --foreign --include-deps --add-missing
#if test -z "$*"; then
# 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 "$@"
exit $?