the fake symbol line ": @PROGRAM@ " from the list of exported
symbols.
+2005-07-28 Peter Ekberg <peda@lysator.liu.se>
+
+ * config/ltmain.m4sh (func_generate_dlsyms): Properly remove
+ the fake symbol line ": @PROGRAM@ " from the list of exported
+ symbols.
+
2005-07-28 Peter Ekberg <peda@lysator.liu.se>
* libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so
if test -z "$export_symbols"; then
export_symbols="$output_objdir/$outputname.exp"
$run $RM $export_symbols
- $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+ $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
case $host in
*cygwin* | *mingw* )
$run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'