Displaying 4 results from an estimated 4 matches for "am_prog_ar".
Did you mean:
am_prog_as
2012 Jun 02
1
[PATCH 3/3] Fix build with automake 1.12
recent autotools require calling AM_PROG_AR before LT_INIT
this macro needs to be conditionally defined as it is not
present in old versions.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 754c458..ff7bf11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,10 +25,10...
2012 Jul 23
1
[Bug 798] New: fix warning with newer automake
...gentoo.org
Estimated Hours: 0.0
Created attachment 387
--> http://bugzilla.netfilter.org/attachment.cgi?id=387
ar patch
Newer automake warns:
/usr/share/automake-1.12/am/ltlibrary.am:
warning: 'libipq.la': linking libtool libraries using a non-POSIX
archiver requires 'AM_PROG_AR' in 'configure.ac'
patch attached fixes this
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
2015 Feb 21
0
[ANNOUNCE] xedit 1.2.2
...p
Check for pagesize options via autoconf instead of per-platform #ifdefs
Use automake subdir-objects option
Gaetan Nadon (1):
Remove obsolete Imake SIGNALRETURNSINT
Matt Turner (1):
xedit 1.2.2
Stéphane Aulery (1):
Drop CRAY support
Ted Tanberry (1):
Include AM_PROG_AR to detect 'ar' instead of hard-coding it
git tag: xedit-1.2.2
http://xorg.freedesktop.org/archive/individual/app/xedit-1.2.2.tar.bz2
MD5: 74ee6db901e81978b087b2026d8f30a0 xedit-1.2.2.tar.bz2
SHA1: f37b5d0f8ec461955f0419dbb1890d8cf63d179d xedit-1.2.2.tar.bz2
SHA256: 69aa42885dfc06332ca2...
2015 Sep 09
0
[ANNOUNCE] conntrack-tools 1.4.3 release
...dummy
doc/debian.conntrackd.init.d: drop file
Ash Hughes (1):
conntrackd: userspace SSDP helper
Chas Williams III (1):
cthelper: don't pass up a 0 length queue
Clemence Faure (1):
conntrack: support add/delete of conntrack labels
Felix Janda (6):
configure: Add AM_PROG_AR to silence automake warning
include: Sync with kernel headers
src: Use stdint types
src: Include <sys/select.h> for fd_set
src: Define _GNU_SOURCE to get members of tcphdr&ucphdr
netlink: Use <fcntl.h> instead of legacy synonym <sys/fcntl.h>
Flor...