diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-29 08:12:38 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-29 08:47:53 (GMT) |
commit | e4402a4c23a912edf96c2b1b5cbd36f85b2320bc (patch) | |
tree | bbefd8c3be10f08bc04d11fd65430cb2f61ef7a6 | |
parent | 5761b6af8e907d10504df1428e08e0f596d8e7a2 (diff) | |
download | libnl-e4402a4c23a912edf96c2b1b5cbd36f85b2320bc.zip libnl-e4402a4c23a912edf96c2b1b5cbd36f85b2320bc.tar.gz libnl-e4402a4c23a912edf96c2b1b5cbd36f85b2320bc.tar.bz2 |
build: run `autoupdate` for AM_PROG_LIBTOOL
configure.ac:67: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.ac:67: You should run autoupdate.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 247ff7a..7cae7c8 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ m4_define([libnl_lt_age], [26]) m4_define([libnl_version], [libnl_major_version.libnl_minor_version.libnl_micro_version]) -AC_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/]) +AC_INIT([libnl],[libnl_version],[],[],[http://www.infradead.org/~tgr/libnl/]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -64,7 +64,7 @@ AC_SUBST(LT_AGE) AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL -AM_PROG_LIBTOOL +LT_INIT AC_PROG_MKDIR_P AC_CHECK_PROGS(FLEX, 'flex') AC_CHECK_PROGS(YACC, 'bison -y') |