*** ./config/libtool.m4.ORIG Tue Sep 29 09:47:52 2009 --- ./config/libtool.m4 Tue Sep 29 09:48:14 2009 *************** *** 3106,3112 **** _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' --- 3106,3112 ---- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -Wl,-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' *************** *** 5997,6003 **** _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' --- 5997,6003 ---- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. ! _LT_AC_TAGVAR(no_undefined_flag, $1)=' -Wl,-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' *** ./lib/Makefile.in.ORIG Tue Sep 29 09:45:15 2009 --- ./lib/Makefile.in Tue Sep 29 09:45:57 2009 *************** *** 253,259 **** man_MANS = xforms.5 INCLUDES = -DMAKING_FORMS $(X_CFLAGS) $(BWC) lib_LTLIBRARIES = libforms.la ! libforms_la_LDFLAGS = -no-undefined -Wl,--no-undefined -version-info @SO_VERSION@ libforms_la_LIBADD = $(X_LIBS) $(XPM_LIB) -lX11 libforms_la_SOURCES = \ align.c \ --- 253,259 ---- man_MANS = xforms.5 INCLUDES = -DMAKING_FORMS $(X_CFLAGS) $(BWC) lib_LTLIBRARIES = libforms.la ! libforms_la_LDFLAGS = -Wl,-bernotok -version-info @SO_VERSION@ libforms_la_LIBADD = $(X_LIBS) $(XPM_LIB) -lX11 libforms_la_SOURCES = \ align.c \