From: Angus Leeming Date: Thu, 29 Mar 2001 08:25:45 +0000 (+0000) Subject: Changed AC_INIT(src/lyx.C) to AC_INIT(src/lyxfind.C) in configure.in X-Git-Tag: 1.6.10~21379 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=846504b7561edd8d996be548a3fec1b051e7ffb8;p=lyx.git 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 --- diff --git a/ChangeLog b/ChangeLog index 4f56a9b0ad..4af43259cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-29 Angus Leeming + + * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/lyxfind.C) + 2001-03-26 Baruch Even * configure.in: Added libglade detection and libraries for the gnome diff --git a/configure.in b/configure.in index 62a2157561..f1acb0a987 100644 --- a/configure.in +++ b/configure.in @@ -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