]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Add the tests/ subdirectory
[lyx.git] / configure.ac
index ea83e9b0b4076702fbc3d3db410334d958f643f4..c9e0f7566e596caeb860b05993afe0acb0564e88 100644 (file)
@@ -474,7 +474,7 @@ AC_CONFIG_FILES([Makefile  m4/Makefile \
        src/frontends/qt4/ui/Makefile \
 ])
 echo "Running $LYX_ABS_TOP_SRCDIR/lib/configure.py --with-version-suffix=\"$version_suffix\""
-(cd lib && python $LYX_ABS_TOP_SRCDIR/lib/configure.py --with-version-suffix="$version_suffix")
+(test -d lib || mkdir lib; cd lib && python $LYX_ABS_TOP_SRCDIR/lib/configure.py --with-version-suffix="$version_suffix")
 
 AC_OUTPUT
 # show version information