summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2018-07-24 14:41:23 +0200
committerMichal Čihař <nijel@debian.org>2018-07-24 14:41:23 +0200
commite5f16e0d7fbe3a2afa1edf80f9457e670b31470f (patch)
tree36edafacd78b16371ab2feb98e60b4edc57b5127
parente4cd5959c43169483dc387f797c81814882a7410 (diff)
Delete some crap after running autogen.
Gbp-Pq: Name autogen-cleanup.patch
-rwxr-xr-xautogen.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f7ea2cf3..15e5f6e9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,30 @@ export LDFLAGS
autoreconf -i
+rm -rf autom4te.cache config.h.in~ po/Makevars.template
+rm -f m4/codeset.m4 \
+ m4/glibc2.m4 \
+ m4/glibc21.m4 \
+ m4/intdiv0.m4 \
+ m4/intl.m4 \
+ m4/intldir.m4 \
+ m4/intmax.m4 \
+ m4/inttypes-pri.m4 \
+ m4/inttypes_h.m4 \
+ m4/lcmessage.m4 \
+ m4/lock.m4 \
+ m4/longdouble.m4 \
+ m4/longlong.m4 \
+ m4/printf-posix.m4 \
+ m4/size_max.m4 \
+ m4/stdint_h.m4 \
+ m4/uintmax_t.m4 \
+ m4/ulonglong.m4 \
+ m4/visibility.m4 \
+ m4/wchar_t.m4 \
+ m4/wint_t.m4 \
+ m4/xsize.m4
+
case "$1" in
"--noconfigure")
exit 0;