*** configure.ORIG Sat Apr 26 22:00:22 2008 --- configure Sat Apr 26 22:01:17 2008 *************** *** 5806,5812 **** runpath_var= link_all_deplibs=unknown always_export_symbols=no ! export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= --- 5806,5812 ---- runpath_var= link_all_deplibs=unknown always_export_symbols=no ! export_symbols_cmds="\$NM -BCpg \$libobjs \$convenience | awk '{ if (((\\\$2 == \"T\") || (\\\$2 == \"D\") || (\\\$2 == \"B\")) && (substr(\\\$3,1,1) != \".\")) { print \\\$3 } }' | sort -u > \$export_symbols" # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= *** lib/Makefile.in.ORIG Mon May 5 18:20:26 2008 --- lib/Makefile.in Mon May 5 18:20:29 2008 *************** *** 224,230 **** CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) ! libforms_la_LIBADD = am_libforms_la_OBJECTS = align.lo appwin.lo asyn_io.lo be.lo bitmap.lo \ box.lo browser.lo button.lo canvas.lo chart.lo checkbut.lo \ child.lo choice.lo clipboard.lo clock.lo cmd_br.lo colsel.lo \ --- 224,230 ---- CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) ! libforms_la_LIBADD = -lSM -lICE -lXpm -lX11 am_libforms_la_OBJECTS = align.lo appwin.lo asyn_io.lo be.lo bitmap.lo \ box.lo browser.lo button.lo canvas.lo chart.lo checkbut.lo \ child.lo choice.lo clipboard.lo clock.lo cmd_br.lo colsel.lo \