]> git.mxchange.org Git - flightgear.git/blobdiff - autogen.sh
Make adf volume and adf on/off seperate properties.
[flightgear.git] / autogen.sh
index ed58ef48864c31a8592f335e1c7a49bb3916f6f1..845b9a8c693e3c12126839a131241fbbfd663c40 100755 (executable)
@@ -20,6 +20,10 @@ aclocal $ACLOCAL_OPTS
 
 echo "Running autoheader"
 autoheader
+if [ ! -e src/Include/config.h.in ]; then
+    echo "ERROR: autoheader didn't create simgear/simgear_config.h.in!"
+    exit 1
+fi    
 
 echo -n "Running automake"
 if [ $OSTYPE = "IRIX" -o $OSTYPE = "IRIX64" ]; then
@@ -33,6 +37,11 @@ fi
 echo "Running autoconf"
 autoconf
 
+if [ ! -e configure ]; then
+    echo "ERROR: configure was not created!"
+    exit 1
+fi
+
 # fixup Makefiles for Irix
 if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then
     echo "Fixing Makefiles for Irix"