From 5d3090193dea81a7bc8fd59af4377947d925d0ab Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 4 Sep 2010 18:58:26 +0200 Subject: Simplify use of gnulib-tool now that gnulib-tool --import works better. --- autogen.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index fa9bc70..bcc3451 100755 --- a/autogen.sh +++ b/autogen.sh @@ -71,12 +71,6 @@ if test $skip_gnulib = false; then fi # Skip the gnulib-tool step if gnulib-tool was not found. if test -n "$GNULIB_TOOL"; then - if test -f m4/gnulib-cache.m4; then - mv -f m4/gnulib-cache.m4 m4/gnulib-cache.m4~ - fi - if test -f lib/Makefile.gnulib; then - mv -f lib/Makefile.gnulib lib/Makefile.gnulib~ - fi GNULIB_MODULES=' unitypes unistr/base -- cgit v1.2.1