]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Fix loop search in cite dialog. Also info update fix.
[lyx.git] / autogen.sh
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"