Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure the m4 directory is created in autogen.sh
Later versions of autoreconf seem to expect ./m4 to exist, and I'd rather not
have an empy directory laying about, so for now, autogen.sh can just add it if
we don't have anything there yet

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
  • Loading branch information
nhorman committed Jun 20, 2012
1 parent 37c1f6f commit 2c0c894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
@@ -1,4 +1,5 @@
#! /bin/sh
set -x -e
mkdir -p m4
# --no-recursive is available only in recent autoconf versions
autoreconf -fv --install

0 comments on commit 2c0c894

Please sign in to comment.