Renamed configure.in to configure.tmpl.

Added configure.in file to the ignore list.
This commit is contained in:
John Wiegley 2008-05-09 05:24:05 -04:00
parent daee971cbc
commit 53b9ec2f0c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,6 +24,7 @@
/config.status
/config.sub
/configure
/configure.in
/depcomp
/elc-stamp
/elisp-comp

View file

@ -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])