mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-20 23:01:51 +00:00
Fix issue #101: Package should not use obsolete m4 macros
This commit is contained in:
parent
57298c650c
commit
2f1031543c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ AC_SUBST([LIBCPUID_VERSION_INFO])
|
|||
AC_PROG_CC
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
AC_C_CONST
|
||||
AM_PROG_LIBTOOL
|
||||
LT_INIT
|
||||
AM_CPPFLAGS="$CPPFLAGS"
|
||||
|
||||
AC_CHECK_HEADERS([stdint.h])
|
||||
|
|
Loading…
Reference in a new issue