Browse Source

Merge remote-tracking branch 'sthibaul/master'

master
Reece H. Dunn 5 years ago
parent
commit
97ffa6f94e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      autogen.sh

+ 2
- 2
autogen.sh View File

@@ -13,7 +13,7 @@ ln -sf README.md README

aclocal -I m4 || exit 1

${LIBTOOLIZE} || exit 1
${LIBTOOLIZE} --copy || exit 1
autoheader || exit 1
automake --add-missing || exit 1
automake --add-missing --copy || exit 1
autoconf || exit 1

Loading…
Cancel
Save