]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
tests/embedded: fix for automake 1.13
authorBrice Goglin <brice.goglin@inria.fr>
Thu, 16 May 2013 14:50:51 +0000 (14:50 +0000)
committerBrice Goglin <brice.goglin@inria.fr>
Thu, 16 May 2013 14:50:51 +0000 (14:50 +0000)
This commit was SVN r5630.

tests/embedded/configure.ac

index d697e58debe18e2e1c335075f9006fa24ddb0105..a986b8fad1eefee460f31d3c30d611f0b7777c5d 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2009-2011 Cisco Systems, Inc.  All rights reserved.
+# Copyright © 2013 Inria.  All rights reserved.
 # See COPYING in top-level directory.
 
 AC_INIT([hwloc-embedded-test], [1.0], [http://www.open-mpi.org/projects/hwloc/], [hwloc-embedded-test])
@@ -29,6 +30,8 @@ cat <<EOF
 
 EOF
 
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+
 AM_ENABLE_SHARED
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL