summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
diff --git a/acprep b/acprep
index 5927a1b1..3c651e19 100755
--- a/acprep
+++ b/acprep
@@ -3,7 +3,7 @@
glibtoolize --automake -f -c
aclocal
autoheader
-touch AUTHORS ChangeLog
+touch AUTHORS ChangeLog COPYING
if [ "$1" = "--dist" ]; then
automake -acfi
@@ -30,4 +30,4 @@ elif [ "$1" = "--perf" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g -pg"
fi
-rm AUTHORS ChangeLog
+rm AUTHORS ChangeLog COPYING