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

bump automake version to 1.11

This commit is contained in:
Klas Lindfors 2013-01-18 14:53:44 +01:00
parent bcd8c631a8
commit dc03f4b713

View File

@ -29,7 +29,7 @@
AC_INIT([pam_yubico], [2.13], [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.11 foreign -Wall -Werror])
AM_SILENT_RULES([yes])
AM_PROG_CC_C_O