Merge pull request #92 from ebassi/force-rebuild

build: Force replacing autotools generated files
macos/v1.5.9
Yaron Cohen-Tal 8 years ago committed by GitHub
commit cc5e0157eb
  1. 2
      autogen.sh

@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
autoreconf -v -f --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then

Loading…
Cancel
Save