Renamed configure.in to configure.tmpl.
Added configure.in file to the ignore list.
This commit is contained in:
parent
daee971cbc
commit
53b9ec2f0c
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,6 +24,7 @@
|
|||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/configure.in
|
||||
/depcomp
|
||||
/elc-stamp
|
||||
/elisp-comp
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
Loading…
Add table
Reference in a new issue