Skip to content

Commit

Permalink
build: run autoupdate for AM_PROG_LIBTOOL
Browse files Browse the repository at this point in the history
  configure.ac:67: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
  configure.ac:67: You should run autoupdate.
  • Loading branch information
thom311 committed Aug 29, 2023
1 parent 5761b6a commit e4402a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit e4402a4

Please sign in to comment.