]> git.lyx.org Git - lyx.git/commitdiff
small cleanup
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Jul 2002 15:00:54 +0000 (15:00 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Jul 2002 15:00:54 +0000 (15:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4553 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
autogen.sh

index 8adbef3bf09a549aabe190e1fd5b734085599026..50777fc4aa236cb961df61d2d14cc6338095a619 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 9405b589f3e8b3a18976e6d27211d81e8dbc05d3..e80bedb7fb8237fd2a957ede3bdfe4461c75b95a 100755 (executable)
@@ -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"