diff mbox

build: resolve automake-1.12 warnings

Message ID 1349702239-25213-2-git-send-email-jengelh@inai.de
State Accepted
Headers show

Commit Message

Jan Engelhardt Oct. 8, 2012, 1:17 p.m. UTC
am/ltlibrary.am: warning: 'libnetfilter_queue.la': linking libtool
libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
'configure.ac'

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 bl           |    2 ++
 configure.ac |    1 +
 2 files changed, 3 insertions(+)
 create mode 100644 bl

Comments

Pablo Neira Ayuso Oct. 8, 2012, 3:17 p.m. UTC | #1
On Mon, Oct 08, 2012 at 03:17:19PM +0200, Jan Engelhardt wrote:
> am/ltlibrary.am: warning: 'libnetfilter_queue.la': linking libtool
> libraries using a non-POSIX archiver requires 'AM_PROG_AR' in
> 'configure.ac'
> 
> Signed-off-by: Jan Engelhardt <jengelh@inai.de>
> ---
>  bl           |    2 ++
>  configure.ac |    1 +
>  2 files changed, 3 insertions(+)
>  create mode 100644 bl
> 
> diff --git a/bl b/bl
> new file mode 100644
> index 0000000..57eb8dd
> --- /dev/null
> +++ b/bl
> @@ -0,0 +1,2 @@
> +Error: '/home/jengelh/code/libnetfilter_queue' is not an osc project dir or working copy
> +Current directory looks like git.

This slipped through accidentally, please fix it and will pull.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/bl b/bl
new file mode 100644
index 0000000..57eb8dd
--- /dev/null
+++ b/bl
@@ -0,0 +1,2 @@ 
+Error: '/home/jengelh/code/libnetfilter_queue' is not an osc project dir or working copy
+Current directory looks like git.
diff --git a/configure.ac b/configure.ac
index 0a1fbd6..07747a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@  AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
 	tar-pax no-dist-gzip dist-bzip2 1.6])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 
 dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])