mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
accept autoconf 2.52 too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5251 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
44f1766baa
commit
d47318adb8
@ -1,3 +1,8 @@
|
||||
2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* autogen.sh: accept autoconf 2.52 too; remove unneeded files
|
||||
depending on autoconf version
|
||||
|
||||
2002-08-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* .cvsignore: change acconfig.m4 to acconfig.h
|
||||
|
@ -7,10 +7,15 @@ case $autoversion in
|
||||
*2.13)
|
||||
cp config/acconfig.h .
|
||||
cp config/configure.in .
|
||||
rm -f configure.ac
|
||||
cp config/relyx_configure.in lib/reLyX/configure.in
|
||||
rm -f lib/reLyX/configure.ac
|
||||
;;
|
||||
*2.53)
|
||||
*2.5[23])
|
||||
rm -f acconfig.h
|
||||
rm -f configure.in
|
||||
cp config/configure.ac .
|
||||
rm -f lib/reLyX/configure.in
|
||||
cp config/relyx_configure.ac lib/reLyX/configure.ac
|
||||
;;
|
||||
*)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* relyx_configure.ac:
|
||||
* configure.ac: only require autoconf 2.52
|
||||
|
||||
* Makefile.am (EXTRA_DIST): distribute also xforms.m4
|
||||
|
||||
2002-08-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
@ -1,7 +1,7 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
|
||||
AC_INIT(lyx,1.3.0cvs,lyx-devel@lists.lyx.org)
|
||||
AC_PREREQ(2.53)
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR(src/main.C)
|
||||
AM_CONFIG_HEADER([src/config.h])
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR(reLyX.in)
|
||||
AC_PREREQ(2.53)
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_AUX_DIR(../../config)
|
||||
|
||||
dnl PACKAGE=reLyX
|
||||
|
Loading…
Reference in New Issue
Block a user