Skip to content

Commit

Permalink
Prefer autoreconf -ivf to manual autogen.sh
Browse files Browse the repository at this point in the history
Suggested by Ralph Castain
  • Loading branch information
nmathewson committed Sep 3, 2010
1 parent acc4aca commit 7ea8e89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autogen.sh
@@ -1,4 +1,8 @@
#!/bin/sh #!/bin/sh
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
exec autoreconf -ivf
fi

LIBTOOLIZE=libtoolize LIBTOOLIZE=libtoolize
SYSNAME=`uname` SYSNAME=`uname`
if [ "x$SYSNAME" = "xDarwin" ] ; then if [ "x$SYSNAME" = "xDarwin" ] ; then
Expand Down

0 comments on commit 7ea8e89

Please sign in to comment.