diff options
author | John Wiegley <johnw@newartisans.com> | 2008-05-09 05:24:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-11 20:50:12 -0400 |
commit | 53b9ec2f0cf742fcaef175b8e28f26f68afdbaa7 (patch) | |
tree | e09adc91823045fc30089946a9a15be22e0039f1 | |
parent | daee971cbcde694b5f7a3ce657df5ef220210912 (diff) | |
download | fork-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-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.tmpl (renamed from configure.in) | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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]) |