/[autoconf]/autoconf/lib/autoconf/general.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/general.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.820 by drow, Mon Oct 20 16:18:26 2003 UTC revision 1.821 by akim, Thu Oct 23 07:49:16 2003 UTC
# Line 2409  m4_define([_AC_LIBOBJ], Line 2409  m4_define([_AC_LIBOBJ],
2409                 [AC_LIBSOURCE([$1.c])],                 [AC_LIBSOURCE([$1.c])],
2410                 [$2])dnl                 [$2])dnl
2411  AC_SUBST([LIB@&t@OBJS])dnl  AC_SUBST([LIB@&t@OBJS])dnl
2412  LIB@&t@OBJS="$LIB@&t@OBJS $1.$ac_objext"])  case $LIB@&t@OBJS in
2413        "$1.$ac_objext"   | \
2414      *" $1.$ac_objext"   | \
2415        "$1.$ac_objext "* | \
2416      *" $1.$ac_objext "* ) ;;
2417      *) LIB@&t@OBJS="$LIB@&t@OBJS $1.$ac_objext" ;;
2418    esac
2419    ])
2420    
2421    
2422    

Legend:
Removed from v.1.820  
changed lines
  Added in v.1.821

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26