aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e08be83..3ab46a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -63,7 +63,7 @@ clean_old_files()
printf "Cleaning old files ... "
rm -rf configure config.log aclocal.m4 \
config.status config autom4te.cache \
- po/Makefile.in.in
+ po/Makefile.in.in ABOUT-NLS
printf "done\n"
}