X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FreLyX%2Fconfigure.in;h=913a25e98676fc69447527a73c29ed42facc052d;hb=5657b861a6f8e4ed7b89db4a3b70b6f60de9ec9d;hp=3975fcfec644f8d5441371ae3e15b997e542d48d;hpb=d467c47d318e04350eefc23711c97b089a0c7621;p=lyx.git diff --git a/lib/reLyX/configure.in b/lib/reLyX/configure.in index 3975fcfec6..913a25e986 100644 --- a/lib/reLyX/configure.in +++ b/lib/reLyX/configure.in @@ -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-suffix, - [ --with-lyx-suffix install lyx files as lyx-], - [lyxname="lyx-$withval" - program_suffix=-$withval], +AC_ARG_WITH(version-suffix, + [ --with-version-suffix[=] install lyx files as lyx], + [lyxname="lyx$withval" + program_suffix=$withval], [lyxname=lyx]) dnl must make a macro that gets the reLyX version