summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-23 15:56:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-23 15:56:31 -0400
commit90af21852458919a08420e86542a2ab2283cd4e9 (patch)
treeacab02512196c80a277b76bfb5de819d967a91ba
parent14de0694a95ecd494d5d45f91e30ab9bee06182a (diff)
parent0c070cde61cb21e53638f3c9c9740baab7a12667 (diff)
downloadfork-ledger-90af21852458919a08420e86542a2ab2283cd4e9.tar.gz
fork-ledger-90af21852458919a08420e86542a2ab2283cd4e9.tar.bz2
fork-ledger-90af21852458919a08420e86542a2ab2283cd4e9.zip
Merge branch 'master' into v2.7a
-rw-r--r--.gitignore1
-rwxr-xr-xacprep2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8f1f518b..2aae4e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@
/.libs
/AUTHORS
/COPYING
+/ChangeLog
/Makefile
/Makefile.in
/TAGS
diff --git a/acprep b/acprep
index a78ebf0f..90da3d6c 100755
--- a/acprep
+++ b/acprep
@@ -12,7 +12,7 @@
export AUTOCONF_VERSION=2.61
export AUTOMAKE_VERSION=1.9
-touch AUTHORS COPYING
+touch AUTHORS COPYING ChangeLog
cmd=$(which glibtoolize 2>&1)
if [ -x "$cmd" ]; then