]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Add "foreign" option to AM_INIT_AUTOMAKE
authorBart Van Assche <bvanassche@acm.org>
Sun, 7 Aug 2011 18:01:08 +0000 (18:01 +0000)
committerRoland Dreier <roland@purestorage.com>
Thu, 11 Aug 2011 16:33:39 +0000 (09:33 -0700)
Switch to the modern form of the AM_INIT_AUTOMAKE macro and tell
automake that the libibverbs package does not follow the GNU
standards.  This change makes it possible to use 'autoreconf' for the
libibverbs package.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Roland Dreier <roland@purestorage.com>
configure.in

index ead356475a4955abd1c54a3f0111572444864f6f..49887566738ec19b6ee940af8cf4582f1134ed0b 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/ibverbs.h])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
 AC_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1.5)
+AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl Checks for programs