Fix autogen.sh so that it no longer depends on CVS.
This commit is contained in:
parent
55e9065371
commit
c95c7e0e97
@ -17,13 +17,6 @@ if [ ! -f autogen.sh ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clueless user check.
|
|
||||||
if test ! -d CVS -a -f configure; then
|
|
||||||
echo "You only need to run './autogen.sh' when you checked out this project using CVS."
|
|
||||||
echo "Just run ./configure [--help]."
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
AUTOMAKE=${AUTOMAKE:-automake}
|
AUTOMAKE=${AUTOMAKE:-automake}
|
||||||
ACLOCAL=${ACLOCAL:-aclocal}
|
ACLOCAL=${ACLOCAL:-aclocal}
|
||||||
AUTOCONF=${AUTOCONF:-autoconf}
|
AUTOCONF=${AUTOCONF:-autoconf}
|
||||||
|
Loading…
Reference in New Issue
Block a user