From: Gonzalo A. <ga...@us...> - 2006-09-08 14:34:33
|
Update of /cvsroot/mod-c/ehtml In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17401 Modified Files: aclocal.m4 Makefile.in configure Log Message: Bootstraped. Index: Makefile.in =================================================================== RCS file: /cvsroot/mod-c/ehtml/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.in 23 Aug 2006 10:32:54 -0000 1.4 --- Makefile.in 8 Sep 2006 14:34:28 -0000 1.5 *************** *** 1,3 **** ! # Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ --- 1,3 ---- ! # Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ *************** *** 99,102 **** --- 99,104 ---- DEFS = @DEFS@ DEPDIR = @DEPDIR@ + DOXYGEN = @DOXYGEN@ + DOXYGEN_SUBDIR = @DOXYGEN_SUBDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ *************** *** 174,178 **** sysconfdir = @sysconfdir@ target_alias = @target_alias@ ! SUBDIRS = src include all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive --- 176,180 ---- sysconfdir = @sysconfdir@ target_alias = @target_alias@ ! SUBDIRS = src include samples $(DOXYGEN_SUBDIR) all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive Index: aclocal.m4 =================================================================== RCS file: /cvsroot/mod-c/ehtml/aclocal.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aclocal.m4 23 Aug 2006 10:32:54 -0000 1.3 --- aclocal.m4 8 Sep 2006 14:34:28 -0000 1.4 *************** *** 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/ehtml/configure,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure 23 Aug 2006 10:32:54 -0000 1.5 --- configure 8 Sep 2006 14:34:28 -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 [...9951 lines suppressed...] - { echo "$as_me:$LINENO: creating $ac_file" >&5 - echo "$as_me: creating $ac_file" >&6;} - rm -f "$ac_file" - fi # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: --- 20990,20993 ---- *************** *** 20542,20545 **** --- 21028,21037 ---- 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 |