]> git.lyx.org Git - features.git/commitdiff
on Lars' suggestion...
authorAngus Leeming <leeming@lyx.org>
Thu, 29 Mar 2001 09:04:55 +0000 (09:04 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 29 Mar 2001 09:04:55 +0000 (09:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1850 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.in

index 4af43259cbabbebf13a54e83ff8c15fd6ce7c567..91ec01fa17f6bdf11d7b9bb29b4c6da98100eaba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index f1acb0a98716fa1ca5a2b398ad803f09867b51a0..efaee32653774987b088a1af1136cf9226904235 100644 (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