aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2011-08-11 09:35:20 -0700
committerRoland Dreier <roland@purestorage.com>2011-08-11 09:35:20 -0700
commit60dade7a5e97da3b2eedf5839169c044f67577b3 (patch)
tree1a51ac4cd7e6c132c9c8c93ea20f716ba595941a
parent1488631df283f03aefb1a7f67367c6e4e371a9a3 (diff)
downloadlibmlx4-60dade7a5e97da3b2eedf5839169c044f67577b3.tar.gz
Add "foreign" option to AM_INIT_AUTOMAKE
Switch to the modern form of the AM_INIT_AUTOMAKE macro and tell automake that the libmlx4 package does not follow the GNU standards. This change makes it possible to use 'autoreconf' for libmlx4. Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 49dc1b0..111f0b0 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(libmlx4, 1.0.2, linux-rdma@vger.kernel.org)
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmlx4, 1.0.2)
+AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_LIBTOOL