Lines Matching refs:aix
85 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
86 [_LT_WITH_AIX_SONAME([aix])])
326 # implement the --enable-aix-soname configure option, and support the
327 # `aix-soname=aix' and `aix-soname=both' and `aix-soname=svr4' LT_INIT options.
328 # DEFAULT is either `aix', `both', or `svr4'. If omitted, it defaults to `aix'.
330 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
333 power*-*-aix[[5-9]]*,yes)
335 AC_ARG_ENABLE([aix-soname],
336 [AS_HELP_STRING([--enable-aix-soname=aix|svr4|both],
339 aix|svr4|both)
342 AC_MSG_ERROR([Unknown argument to --enable-aix-soname])
346 [_AC_ENABLE_IF([with], [aix-soname],
348 aix|svr4|both)
351 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
360 if test aix != "$with_aix_soname"; then
374 with_aix_soname=aix
382 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
383 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
384 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])