From: Gonzalo A. <ga...@us...> - 2006-09-08 15:00:35
|
Update of /cvsroot/mod-c/mod_c In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28334 Modified Files: aclocal.m4 configure Log Message: Bootstraped. Index: aclocal.m4 =================================================================== RCS file: /cvsroot/mod-c/mod_c/aclocal.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aclocal.m4 22 Aug 2006 20:24:04 -0000 1.2 --- aclocal.m4 8 Sep 2006 15:00:32 -0000 1.3 *************** *** 1,3 **** ! # generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, --- 1,3 ---- ! # generated automatically by aclocal 1.9.5 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, *************** *** 14,18 **** # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- [...3996 lines suppressed...] --- 5923,5928 ---- done done SED=$lt_cv_path_SED + ]) AC_MSG_RESULT([$SED]) ]) *************** *** 6423,6427 **** # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], ! [AM_AUTOMAKE_VERSION([1.9.6])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- --- 5945,5949 ---- # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], ! [AM_AUTOMAKE_VERSION([1.9.5])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- Index: configure =================================================================== RCS file: /cvsroot/mod-c/mod_c/configure,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure 22 Aug 2006 20:24:04 -0000 1.5 --- configure 8 Sep 2006 15:00:32 -0000 1.6 *************** *** 281,285 **** # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$ECHO"; then --- 281,285 ---- # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. ! if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi [...9949 lines suppressed...] --- 20978,20981 ---- *************** *** 20527,20530 **** --- 21016,21025 ---- esac done` || { (exit 1); exit 1; } + + if test x"$ac_file" != x-; then + { echo "$as_me:$LINENO: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF *************** *** 21033,21034 **** --- 21528,21530 ---- fi + |