[Mod-auth-commit] mod_authn_pam aclocal.m4,1.1,1.2 ltmain.sh,1.1,1.2
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2003-11-12 01:18:13
|
Update of /cvsroot/mod-auth/mod_authn_pam In directory sc8-pr-cvs1:/tmp/cvs-serv21015 Modified Files: aclocal.m4 ltmain.sh Log Message: trying to make automake cool. Index: aclocal.m4 =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_pam/aclocal.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** aclocal.m4 11 Nov 2003 08:39:27 -0000 1.1 --- aclocal.m4 12 Nov 2003 01:18:08 -0000 1.2 *************** *** 1,5 **** ! # aclocal.m4 generated automatically by aclocal 1.5 ! # Copyright 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation --- 1,5 ---- ! # generated automatically by aclocal 1.7.3 -*- Autoconf -*- ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. [...4853 lines suppressed...] ! cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break ! # 40000 chars as input seems more than enough ! test $_count -gt 10 && break ! _count=`expr $_count + 1` ! if test $_count -gt $_max; then ! _max=$_count ! lt_cv_path_SED=$_sed ! fi ! done ! done ! rm -rf "$tmp" ! ]) ! if test "X$SED" != "X"; then ! lt_cv_path_SED=$SED ! else ! SED=$lt_cv_path_SED ! fi ! AC_MSG_RESULT([$SED]) ! ]) Index: ltmain.sh =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_pam/ltmain.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ltmain.sh 11 Nov 2003 08:39:27 -0000 1.1 --- ltmain.sh 12 Nov 2003 01:18:08 -0000 1.2 *************** *** 1062,1066 **** elif test "X$arg" = "X-lc_r"; then case $host in ! *-*-openbsd* | *-*-freebsd4*) # Do not include libc_r directly, use -pthread flag. continue --- 1062,1066 ---- elif test "X$arg" = "X-lc_r"; then case $host in ! *-*-openbsd* | *-*-freebsd*) # Do not include libc_r directly, use -pthread flag. continue *************** *** 1074,1083 **** -module) module=yes - case $host in - *-*-freebsd*) - # Do not build the useless static library - build_old_libs=no - ;; - esac continue ;; --- 1074,1077 ---- *************** *** 3465,3471 **** finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` ;; - *-*-freebsd*) - # FreeBSD doesn't need this... - ;; *) $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 --- 3459,3462 ---- *************** *** 4290,4304 **** # Install the pseudo-library for information purposes. ! case $host in ! *-*-freebsd*) ! # Do not install the useless pseudo-library ! ;; ! *) ! name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` ! instname="$dir/$name"i ! $show "$install_prog $instname $destdir/$name" ! $run eval "$install_prog $instname $destdir/$name" || exit $? ! ;; ! esac # Maybe install the static library, too. --- 4281,4288 ---- # Install the pseudo-library for information purposes. ! name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` ! instname="$dir/$name"i ! $show "$install_prog $instname $destdir/$name" ! $run eval "$install_prog $instname $destdir/$name" || exit $? # Maybe install the static library, too. |