Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make autogen.sh work on OpenBSD.
  • Loading branch information
vext01 committed Sep 10, 2018
1 parent a543654 commit 8207ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autogen.sh
Expand Up @@ -2,6 +2,10 @@
# Run this to generate all the initial makefiles, etc.
# Additional options go to configure.

# For OpenBSD
export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.15

echo "Rebuilding ./configure with autoreconf..."
autoreconf -f -i
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 8207ace

Please sign in to comment.