[gcalctool] Rename configure.in to configure.ac
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Rename configure.in to configure.ac
- Date: Sun, 21 Feb 2010 23:41:15 +0000 (UTC)
commit 00ba3399378bcd30a2f849a91a937c9222159b1d
Author: Robert Ancell <robert ancell gmail com>
Date: Mon Feb 22 10:37:47 2010 +1100
Rename configure.in to configure.ac
autogen.sh | 2 +-
configure.ac | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 3bcef23..e188f15 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="gcalctool"
REQUIRED_AUTOMAKE_VERSION=1.7
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
&& test -d $srcdir/src) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level gcalctool directory"
diff --git a/configure.ac b/configure.ac
index 79a7518..8575f26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.29.90)
+AC_INIT(configure.ac)
+AM_INIT_AUTOMAKE(gcalctool, 5.29.91)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
GNOME_MAINTAINER_MODE_DEFINES
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]