Commit ce5be0640b05c0e390b0170f1b248c99b935dc19

Authored by Perry Werneck
1 parent e3f4ec6f
Exists in master and in 2 other branches develop, macos

Working on arch build.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
@@ -7,7 +7,7 @@ olddir=`pwd` @@ -7,7 +7,7 @@ olddir=`pwd`
7 cd "$srcdir" 7 cd "$srcdir"
8 8
9 mkdir -p scripts 9 mkdir -p scripts
10 -automake --add-missing 2> /dev/null | true 10 +mkdir -p m4
11 11
12 libtoolize --force 12 libtoolize --force
13 if test $? != 0 ; then 13 if test $? != 0 ; then
@@ -33,6 +33,8 @@ if test $? != 0 ; then @@ -33,6 +33,8 @@ if test $? != 0 ; then
33 exit -1 33 exit -1
34 fi 34 fi
35 35
  36 +automake --add-missing 2> /dev/null | true
  37 +
36 cd "$olddir" 38 cd "$olddir"
37 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" 39 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
38 40