2
0
Эх сурвалжийг харах

Actually include the m4 files in aclocal as well

Geoff Norton 14 жил өмнө
parent
commit
845f4f75b4
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 2 2
      autogen.sh
  2. 2 2
      eglib/autogen.sh

+ 2 - 2
autogen.sh

@@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
   fi
 fi
 
-echo "Running aclocal -I . $ACLOCAL_FLAGS ..."
-aclocal -I . $ACLOCAL_FLAGS || {
+echo "Running aclocal -I m4 -I . $ACLOCAL_FLAGS ..."
+aclocal -I m4 -I . $ACLOCAL_FLAGS || {
   echo
   echo "**Error**: aclocal failed. This may mean that you have not"
   echo "installed all of the packages you need, or you may need to"

+ 2 - 2
eglib/autogen.sh

@@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
   fi
 fi
 
-echo "Running aclocal $ACLOCAL_FLAGS ..."
-aclocal $ACLOCAL_FLAGS || {
+echo "Running aclocal -I m4 $ACLOCAL_FLAGS ..."
+aclocal -I m4 $ACLOCAL_FLAGS || {
   echo
   echo "**Error**: aclocal failed. This may mean that you have not"
   echo "installed all of the packages you need, or you may need to"