diff --git a/Makefile.am b/Makefile.am index 3fc0adda..eb80ec7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,7 +143,9 @@ configure-documentation: --ignore-prg 'disable-option-checking,enable-fast-install # should be in INSTALL' \ --ignore-prg 'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \ --ignore-prg 'runstatedir #new in autoconf 2.70, backported in Debian' \ - --ignore-prg 'with-aix-soname #new in libtool 2.4.4' \ + --ignore-prg 'with-aix-soname # new in libtool 2.4.4 up to 2.5.2' \ + --ignore-prg 'enable-aix-soname # renamed in libtool 2.5.3' \ + --ignore-prg 'enable-pic # new in libtool 2.5.3' \ --ignore-prg 'with-x # no use, it would not work without X' .PHONY: configure-documentation