]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Update my email and status.
[lyx.git] / autogen.sh
index 8b4896024b64028a248752c78c19b6452e65362d..b03318f9a63b3d665302a1eac12dd84ade35906b 100755 (executable)
@@ -85,8 +85,11 @@ else
 fi
 
 echo "Building po/POTFILES.in..."
-make -s -f po/Rules-lyx srcdir=po top_srcdir=. po/POTFILES.in
+if (! make -s -f po/Rules-lyx srcdir=po top_srcdir=. po/POTFILES.in ); then
+       echo "Building po/POTFILES.in failed -- aborting"
+       exit 1
+fi
 
 echo
-echo 'run "./configure ; make"'
+echo 'run "./configure && make"'
 echo