From: Angus Leeming Date: Thu, 29 Mar 2001 09:04:55 +0000 (+0000) Subject: on Lars' suggestion... X-Git-Tag: 1.6.10~21378 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f1deec1c2ae4e00c3941aa8864a06b0920156b52;p=features.git on Lars' suggestion... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1850 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 4af43259cb..91ec01fa17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2001-03-29 Angus Leeming - * 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 diff --git a/configure.in b/configure.in index f1acb0a987..efaee32653 100644 --- a/configure.in +++ b/configure.in @@ -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