mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
469946043f
commit
b27dffb7af
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user