From f1deec1c2ae4e00c3941aa8864a06b0920156b52 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 29 Mar 2001 09:04:55 +0000 Subject: [PATCH] on Lars' suggestion... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1850 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2