1
0
Fork 0
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:
Veselin Georgiev 2017-10-23 16:59:57 +03:00
parent 57298c650c
commit 2f1031543c

View file

@ -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])