diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |