]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Force regeneration of autotools stuff in autogen.sh
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Oct 2019 18:17:03 +0000 (20:17 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Oct 2019 19:47:59 +0000 (21:47 +0200)
As suggested in PR #469.

Co-authored-by: Enrico Sorichetti <enricosorichetti@mac.com>
autogen.sh

index 709b60534d19acaa91a0f5d5d3e651dbec5440f2..da120f9426cc0d1d3a4d0be21047950f6095165e 100755 (executable)
@@ -15,6 +15,6 @@ EOF
     exit 1
 fi
 
-autoheader
-autoconf
+autoheader -f
+autoconf -f
 echo "Now run ./configure and make"