Skip to content

Commit

Permalink
autogen.sh: config will now already always exist
Browse files Browse the repository at this point in the history
We have config/fi_provider.m4, so the config/ directory will always
exist, even upon a fresh git clone.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Oct 8, 2014
1 parent 39c6f0c commit fd82b3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ if test ! -d .git && test ! -f src/fabric.c; then
fi

set -x
if test ! -d config; then
mkdir config
fi

autoreconf -ivf

0 comments on commit fd82b3a

Please sign in to comment.