From 846504b7561edd8d996be548a3fec1b051e7ffb8 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 29 Mar 2001 08:25:45 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5