]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-ac253.patch
- one more conflict resolved (selfcheck is used on client side)
[packages/amanda.git] / amanda-ac253.patch
1 --- amanda-2.4.2p2/configure.in.orig    Tue Aug 27 09:17:09 2002
2 +++ amanda-2.4.2p2/configure.in Tue Aug 27 09:22:07 2002
3 @@ -2265,7 +2265,7 @@
4  ICE_CHECK_DECL(vsnprintf,stdio.h)
5  if test x"$ice_have_snprintf" != x"yes" ||
6     test x"$ice_have_vsnprintf" != x"yes"; then
7 -    LIBOBJS="$LIBOBJS snprintf.${ac_objext}"
8 +    AC_LIBOBJ(snprintf)
9      if false; then :
10         dnl so that automake includes snprintf.c in the distribution
11         AC_REPLACE_FUNCS(snprintf) 
12 @@ -2513,7 +2513,7 @@
13  
14  AC_SUBST(LTLIBOBJS)
15  AC_SUBST(LTALLOCA)
16 -LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.'"${ac_objext}"'/\.lo/g'`
17 +LTLIBOBJS=`echo "$LIB@&t@OBJS" | sed 's/\.'"${ac_objext}"'/\.lo/g'`
18  LTALLOCA=`echo "$ALLOCA" | sed 's/\.'"${ac_objext}"'/\.lo/g'`
19  
20  AC_OUTPUT( \
This page took 0.101463 seconds and 3 git commands to generate.