1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

remove -Wno-extra-portability, it breaks on automake before 1.11.2

This commit is contained in:
Klas Lindfors 2012-06-15 13:40:07 +02:00
parent 2ffd54a24c
commit 20862d0f35
2 changed files with 5 additions and 1 deletions

4
README
View File

@ -55,6 +55,10 @@ Generate the build system using:
$ autoreconf --install
------
If you get "linking libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac'"
you're probably using automake 1.12, use 1.11 or add -Wno-extra-portability in configure.ac. Adding
this breaks compability with automake before 1.11.2.
Building
--------

View File

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