summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-15 13:00:54 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:34 -0400
commit8aa367258610b267f354fdeb846738922a97f83d (patch)
treeb72172b1ff782c0efcdd50f4e76bcc164a96b802 /acprep
parent1716c5515f545099a1b25caf7f750dbadc5bc11b (diff)
downloadfork-ledger-8aa367258610b267f354fdeb846738922a97f83d.tar.gz
fork-ledger-8aa367258610b267f354fdeb846738922a97f83d.tar.bz2
fork-ledger-8aa367258610b267f354fdeb846738922a97f83d.zip
Miscellaneous changes
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 0 insertions, 4 deletions
diff --git a/acprep b/acprep
index 2451221c..c49e16bb 100755
--- a/acprep
+++ b/acprep
@@ -1,7 +1,5 @@
#!/bin/sh
-touch AUTHORS
-
if which glibtoolize > /dev/null 2>&1; then
glibtoolize --automake -f -c
else
@@ -91,5 +89,3 @@ elif [ "$1" = "--perf" ]; then
CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" \
CXXFLAGS="$CXXFLAGS -ggdb3 -pg" "$@" $SWITCHES
fi
-
-rm AUTHORS COPYING