[gimp-help] autogen.sh: tell aclocal where our custom m4 files are.



commit fdbce2359a77152168a1a125521fde8e6080e602
Author: Jehan <jehan girinstud io>
Date:   Mon Aug 2 19:57:27 2021 +0200

    autogen.sh: tell aclocal where our custom m4 files are.

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/autogen.sh b/autogen.sh
index 4c0073531..181fb09a1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -91,7 +91,7 @@ if test -z "$ACLOCAL_FLAGS"; then
     done
 fi
 
-$ACLOCAL $ACLOCAL_FLAGS
+$ACLOCAL --system-acdir=m4macros $ACLOCAL_FLAGS
 RC=$?
 if test $RC -ne 0; then
    echo "$ACLOCAL gave errors. Please fix the error conditions and try again."


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]