Skip to content

Commit

Permalink
Ensure we always see the most up-to-date version of extension addconf…
Browse files Browse the repository at this point in the history
…ig.ac files
  • Loading branch information
sethfowler committed Dec 14, 2016
1 parent b379f53 commit 5ea2db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set -e # exit on error
./find-makefiles.sh # creates otherMakefiles.am, included in Makefile.am
mkdir -p extensions # place where additional back-ends are expected
echo "Running autoconf/configure tools"
rm -f aclocal.m4 # Needed to ensure we see updates to extension addconfig.ac files.
autoreconf -i
mkdir -p build # recommended folder for build
sourcedir=`pwd`
Expand Down

0 comments on commit 5ea2db4

Please sign in to comment.