Diff for /parser3/Attic/configure.in between versions 1.81.2.1 and 1.88

version 1.81.2.1, 2004/12/24 13:42:20 version 1.88, 2005/11/24 14:46:16
Line 2  dnl Process this file with autoconf to p Line 2  dnl Process this file with autoconf to p
 AC_INIT(README)  AC_INIT(README)
 AC_PREREQ(2.57)  AC_PREREQ(2.57)
   
 AM_INIT_AUTOMAKE(parser, 3.1.4, nodefine)  AM_INIT_AUTOMAKE(parser, 3.2.0beta, nodefine)
   
 dnl expand srcdir  dnl expand srcdir
 P3S=`cd $srcdir/src ; pwd`  P3S=`cd $srcdir/src ; pwd`
Line 107  for c in $CHARSETS_REQUESTED; do Line 107  for c in $CHARSETS_REQUESTED; do
 done  done
   
 # Switching on commentcharset_XXX='#'  # Switching on commentcharset_XXX='#'
 AC_DEFUN(PA_SUBSTCHARSET, [  AC_DEFUN([PA_SUBSTCHARSET], [
         commentcharset_$2='#'          commentcharset_$2='#'
         for c in $CHARSETS_REQUESTED; do          for c in $CHARSETS_REQUESTED; do
                 if test "$1" = "$c"; then                  if test "$1" = "$c"; then
Line 279  AC_ARG_WITH(shared-xml,[  --with-shared- Line 279  AC_ARG_WITH(shared-xml,[  --with-shared-
         if test -z "$GLIB_CONFIG"; then          if test -z "$GLIB_CONFIG"; then
                 GLIB_CONFIG=$XMLBIN/glib-config                  GLIB_CONFIG=$XMLBIN/glib-config
                 if test \! -x $GLIB_CONFIG; then                  if test \! -x $GLIB_CONFIG; then
                         GLIB_CONFIG=glib-config                          GLIB_CONFIG=$XMLBIN/glib2-config
                           if test \! -x $GLIB_CONFIG; then
                                   GLIB_CONFIG=glib-config
                           fi
                 fi                  fi
         fi          fi
         GLIB_CFLAGS=`$GLIB_CONFIG --cflags`          GLIB_CFLAGS=`$GLIB_CONFIG --cflags`

Removed from v.1.81.2.1  
changed lines
  Added in v.1.88


E-mail: