[lxc-devel] [lxc/master] configure.ac: clear libtoolize's complaining

0x0916 on Github lxc-bot at linuxcontainers.org
Wed Jun 28 03:27:10 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 530 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170628/ab248dab/attachment.bin>
-------------- next part --------------
From c43401d837ebffff8c9ce87dc40fa320c669bd71 Mon Sep 17 00:00:00 2001
From: 0x0916 <w at laoqinren.net>
Date: Wed, 28 Jun 2017 11:24:49 +0800
Subject: [PATCH] configure.ac: clear libtoolize's complaining

the libtoolize give the following complaints.

```
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([config])' to
configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
```
Signed-off-by: 0x0916 <w at laoqinren.net>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 0e29cb9d9..fa254c3c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,8 @@ m4_define([lxc_version],
 
 AC_INIT([lxc], [lxc_version])
 
+AC_CONFIG_MACRO_DIRS([config])
+
 # We need pkg-config
 PKG_PROG_PKG_CONFIG
 


More information about the lxc-devel mailing list