]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/configure.in
fix compatability reading of floats
[lyx.git] / lib / reLyX / configure.in
index d773415aa7bd3ef83c28b9beb899b86c95181706..913a25e98676fc69447527a73c29ed42facc052d 100644 (file)
@@ -2,14 +2,15 @@ dnl Process with autoconf to generate configure script   -*- sh -*-
 AC_INIT(reLyX.in)
 AC_PREREQ(2.13) dnl We want to use autoconf 2.13
 AC_CONFIG_AUX_DIR(../../config)
+AC_EXEEXT
 
 dnl PACKAGE=reLyX
 dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
 
-AC_ARG_WITH(lyx-version,
-  [  --with-lyx-version[=<version>]  install lyx files as lyx-<version>],
-  [lyxname="lyx-$withval"
-   program_suffix=-$withval],
+AC_ARG_WITH(version-suffix,
+  [  --with-version-suffix[=<version>]  install lyx files as lyx<version>],
+  [lyxname="lyx$withval"
+   program_suffix=$withval],
   [lyxname=lyx])
 
 dnl must make a macro that gets the reLyX version