gnokii-commit
[Top][All Lists]
Advanced

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

[gnokii] 03/03: Use 'AC_LOCAL_FLAGS' instead of hardcoded '-I m4/' in 'a


From: Pawel Kot
Subject: [gnokii] 03/03: Use 'AC_LOCAL_FLAGS' instead of hardcoded '-I m4/' in 'autoheader' invocation
Date: Thu, 2 Jan 2020 07:24:27 -0500 (EST)

pkot pushed a commit to branch master
in repository gnokii.

commit f415d468052e8844b867297225ad4d6d78d0020b
Author: Pawel Kot <address@hidden>
Date:   Thu Jan 2 13:24:12 2020 +0100

    Use 'AC_LOCAL_FLAGS' instead of hardcoded '-I m4/' in 'autoheader' 
invocation
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index e15e209..e7e8a9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ if [ "`uname -s`"x = "FreeBSD"x ]; then
        AC_LOCAL_FLAGS="${AC_LOCAL_FLAGS} -I /usr/local/share/aclocal"
 fi
 aclocal ${AC_LOCAL_FLAGS}
-autoheader -I m4/
+autoheader ${AC_LOCAL_FLAGS}
 automake --add-missing
 autoconf
 ./configure "$@"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]