small cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-07-08 15:00:54 +00:00
parent 469946043f
commit b27dffb7af
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-07-06 Adrien Rebollo <adrien.rebollo@gmx.fr>
* autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
and autoheader to test if they are present.
2002-07-03 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* INSTALL: document --enable-debug

View File

@ -30,7 +30,7 @@ rm -f acinclude.m4
echo "done."
# Generate the Makefiles and configure files
if ( aclocal --version ) </dev/null > /dev/null 2>&1; then
if ( $ACLOCAL --version ) </dev/null > /dev/null 2>&1; then
echo "Building macros..."
for dir in . lib/reLyX ; do
echo " $dir"
@ -42,7 +42,7 @@ else
exit
fi
if ( autoheader --version ) </dev/null > /dev/null 2>&1; then
if ( $AUTOHEADER --version ) </dev/null > /dev/null 2>&1; then
echo "Building config header template..."
for dir in . ; do
echo " $dir"