projects
/
ffcall.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992751c
)
Tell autoconf where to look for additional macros
author
Sébastien Villemot
<sebastien@debian.org>
Tue, 20 Jun 2023 22:07:35 +0000
(23:07 +0100)
committer
Bo YU
<tsu.yubo@gmail.com>
Tue, 20 Jun 2023 22:07:35 +0000
(23:07 +0100)
Forwarded: by email to Bruno Haible <bruno@clisp.org> on 2022-06-08
Last-Update: 2022-06-08
Last-Update: 2022-06-08
Gbp-Pq: Name m4-dirs.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 744aafd8bbc8a8e0db0442e7637459b1e68667d6..b66eafcf1d56024bd1e85b87df5b77ccf26254f6 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-18,6
+18,7
@@
dnl
AC_INIT([GNU libffcall],m4_normalize(m4_esyscmd([cat VERSION])),[https://savannah.gnu.org/projects/libffcall],[libffcall])
AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIRS([m4 gnulib-m4])
AM_INIT_AUTOMAKE([])
AC_CONFIG_SRCDIR([trampoline/trampoline.h])