Changed AC_INIT(src/lyx.C) to AC_INIT(src/lyxfind.C) in configure.in

now that lyx.C is no longer pertinent. Many thanks, Garst!


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1849 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-29 08:25:45 +00:00
parent bea633366d
commit 846504b756
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-29 Angus Leeming <a.leeming@ic.ac.uk>
* configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/lyxfind.C)
2001-03-26 Baruch Even <baruch@lyx.org>
* configure.in: Added libglade detection and libraries for the gnome

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(src/lyx.C)
AC_INIT(src/lyxfind.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