on Lars' suggestion...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1850 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-29 09:04:55 +00:00
parent 846504b756
commit f1deec1c2a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2001-03-29 Angus Leeming <a.leeming@ic.ac.uk>
* configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/lyxfind.C)
* configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
2001-03-26 Baruch Even <baruch@lyx.org>

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(src/lyxfind.C)
AC_INIT(src/main.C)
AC_PREREQ(2.13) dnl We want to use autoconf 2.13
AM_CONFIG_HEADER(src/config.h)
dnl This is a trick to make autoheader do the right thing