diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-12-02 15:03:41 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-12-02 15:03:41 -0800 |
commit | 8cdcdd12795ee66a19ce4ca4b6630f1f4bb83b32 (patch) | |
tree | 477f8e8a111dd8ffa7ffe9f51ea30476a1bb29b8 /Makefile.am | |
parent | f642d1700ca6579f025008c04f02453219b93084 (diff) |
configure: updates to quiet obsolete macro warnings
Clears autoconf warnings:
configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:38: You should run autoupdate.
aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
configure.ac:38: the top level
configure.ac:68: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:68: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:68: the top level
configure.ac:78: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:78: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:78: the top level
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 57cec4d..521188e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,3 +41,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL EXTRA_DIST = README.md +ACLOCAL_AMFLAGS = -I m4 |