]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
[librdmacm,1/8] Add "foreign" option to AM_INIT_AUTOMAKE
authorBart Van Assche <bvanassche@acm.org>
Tue, 16 Jul 2013 21:59:45 +0000 (23:59 +0200)
committerSean Hefty <sean.hefty@intel.com>
Tue, 16 Jul 2013 22:47:49 +0000 (15:47 -0700)
Switch to the modern form of the AM_INIT_AUTOMAKE macro and tell
automake that the librdmacm package does not follow the GNU
standards. This change makes it possible to use 'autoreconf' for the
librdmacm package.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
configure.ac

index 3ce7a6ead68b2d382b62b15c63a7f28438b02031..e2f3f697928165b34c460a7c5301436253944303 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/cma.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
 AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE(librdmacm, 1.0.17)
+AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_PROG_LIBTOOL