]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Update my email and status.
[lyx.git] / autogen.sh
index a00eebe085ea552311ad381812fff2995916e0c1..b03318f9a63b3d665302a1eac12dd84ade35906b 100755 (executable)
@@ -85,7 +85,10 @@ 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"'