1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

Silence warning: missing AM_PROG_AR on non-POSIX

Automake 1.12 complains: "linking libraries using a non-POSIX archiver
requires 'AM_PROG_AR' in 'configure.ac'". This patch silences this
warning, allowing automake 1.12 to process configure.ac with -Werror
This commit is contained in:
Clemens Lang 2012-06-05 02:57:06 +02:00
parent 940149ca98
commit dfd1d3f769

View File

@ -29,7 +29,7 @@
AC_INIT([pam_yubico], [2.11], [yubico-devel@googlegroups.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.10 foreign -Wall -Werror])
AM_INIT_AUTOMAKE([1.10 foreign -Wall -Werror -Wno-extra-portability])
AM_SILENT_RULES([yes])
AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL