summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-05-09 05:24:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-05-11 20:50:12 -0400
commit53b9ec2f0cf742fcaef175b8e28f26f68afdbaa7 (patch)
treee09adc91823045fc30089946a9a15be22e0039f1
parentdaee971cbcde694b5f7a3ce657df5ef220210912 (diff)
downloadfork-ledger-53b9ec2f0cf742fcaef175b8e28f26f68afdbaa7.tar.gz
fork-ledger-53b9ec2f0cf742fcaef175b8e28f26f68afdbaa7.tar.bz2
fork-ledger-53b9ec2f0cf742fcaef175b8e28f26f68afdbaa7.zip
Renamed configure.in to configure.tmpl.
Added configure.in file to the ignore list.
-rw-r--r--.gitignore1
-rw-r--r--configure.tmpl (renamed from configure.in)2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2006f9c4..baeb8fb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
/config.status
/config.sub
/configure
+/configure.in
/depcomp
/elc-stamp
/elisp-comp
diff --git a/configure.in b/configure.tmpl
index 98ca5321..d88cfe03 100644
--- a/configure.in
+++ b/configure.tmpl
@@ -3,7 +3,7 @@
AC_PREREQ(2.61)
-AC_INIT([ledger],[v3.0-merge-back],[johnw@newartisans.com])
+AC_INIT([ledger],[%VERSION%],[johnw@newartisans.com])
AC_CONFIG_SRCDIR(ledger)
AM_INIT_AUTOMAKE([dist-bzip2])