From 4c003b7cb6032395214fbe6a3837d152ce3f470f Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 23 Jan 2001 21:51:25 +0000 Subject: Don't AC_INIT on an autogenerated file that does not exist beforehand 2001-01-23 JP Rosevear * configure.in: Don't AC_INIT on an autogenerated file that does not exist beforehand svn path=/trunk/; revision=7758 --- libical/ChangeLog | 5 +++++ libical/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libical/ChangeLog b/libical/ChangeLog index 0b2d2e5e33..6d116aa4a3 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,8 @@ +2001-01-23 JP Rosevear + + * configure.in: Don't AC_INIT on an autogenerated file that does not + exist beforehand + 2001-01-23 Eric Busboom * icltime.c Removed all of the _local_ routines and simplified diff --git a/libical/configure.in b/libical/configure.in index 83f3e1ed22..bab0ecc532 100644 --- a/libical/configure.in +++ b/libical/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(src/libical/ical.h) +AC_INIT(src) AM_INIT_AUTOMAKE(libical,0.22a) AM_CONFIG_HEADER(config.h) -- cgit v1.2.3