]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4116 --resolve repeat bootstrap.sh or manually remove config.cache before running...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 17 Apr 2012 21:46:05 +0000 (16:46 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 17 Apr 2012 21:46:11 +0000 (16:46 -0500)
bootstrap.sh

index a5658853fbd7d34e00b1b7dd3d57cb33f351e41f..93c96f4088eddff2ff26cf04bfbd803dfd53a966 100755 (executable)
@@ -340,6 +340,8 @@ bootstrap_apr() {
   ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS}
 
   ### do some work to toss config.cache?
+  rm -rf config.cache
+
   echo "Creating configure ..."
   ${AUTOCONF:-autoconf}