]> git.lyx.org Git - lyx.git/blobdiff - config/relyx_configure.ac
move some selection related stuff over to textcursor.C
[lyx.git] / config / relyx_configure.ac
index 9c7347065df56c0873b68da427977fe576e4b841..dcc4fe9f659a025564274bb25066efebead21337 100644 (file)
@@ -1,11 +1,14 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
-AC_INIT(reLyX.in)
-AC_PREREQ(2.53)
+AC_INIT
+AC_CONFIG_SRCDIR(reLyX.in)
+AC_PREREQ(2.52)
 AC_CONFIG_AUX_DIR(../../config)
 
 dnl PACKAGE=reLyX
 dnl Do this to install in $datadir/lyx/reLyX instead of $datadir/reLyX/reLyX
 
+AM_MAINTAINER_MODE
+
 AC_ARG_WITH(version-suffix,
   [  --with-version-suffix[=<version>]  install lyx files as lyx<version>],
   [lyxname="lyx$withval"
@@ -37,7 +40,9 @@ AC_PROG_INSTALL
 RELYX_CHECK_PERL
 
 dnl Finish the work
-AC_CONFIG_FILES(Makefile reLyX noweb2lyx, chmod 755 reLyX noweb2lyx)
+AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([reLyX], [chmod 755 reLyX])
+AC_CONFIG_FILES([noweb2lyx], [chmod 755 noweb2lyx])
 AC_OUTPUT
 
 RELYX_CHECK_ERRORS