Skip to content

Commit 8f0f87c

Browse files
committed
Update obsolete libtool related autoconf macros
Updated libtool related macros as follows: AM_ENABLE_SHARED --> AC_ENABLE_SHARED AM_DISABLE_STATIC --> AC_DISABLE_STATIC Note: libtool renamed AM_* macros to AC_* in 1999 Signed-off-by: Christoph Niethammer <[email protected]>
1 parent bf25326 commit 8f0f87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ m4_ifdef([project_ompi],
341341
# Part one of libtool magic. Default to: enable shared, disable static.
342342
#
343343

344-
AM_ENABLE_SHARED
345-
AM_DISABLE_STATIC
344+
AC_ENABLE_SHARED
345+
AC_DISABLE_STATIC
346346

347347
# Must be called before OPAL_SETUP_CC to get the value of CC
348348
# before it is modified by the C99/C11 checks.

0 commit comments

Comments
 (0)