]> git.lyx.org Git - lyx.git/commitdiff
Changed AC_INIT(src/lyx.C) to AC_INIT(src/lyxfind.C) in configure.in
authorAngus Leeming <leeming@lyx.org>
Thu, 29 Mar 2001 08:25:45 +0000 (08:25 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 29 Mar 2001 08:25:45 +0000 (08:25 +0000)
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

ChangeLog
configure.in

index 4f56a9b0ad856f6583c1b871a2baea8494e74504..4af43259cbabbebf13a54e83ff8c15fd6ce7c567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 62a215756191e174907e20f5c81975b92ea11550..f1acb0a98716fa1ca5a2b398ad803f09867b51a0 100644 (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