Diff for /XML/configure.in between versions 1.15 and 1.16

version 1.15, 1999/11/17 17:16:44 version 1.16, 1999/11/24 17:57:48
Line 2  dnl Process this file with autoconf to p Line 2  dnl Process this file with autoconf to p
 AC_PREREQ(2.2)  AC_PREREQ(2.2)
 AC_INIT(entities.h)  AC_INIT(entities.h)
 AC_REVISION  AC_REVISION
   AC_CANONICAL_SYSTEM
 AC_CONFIG_HEADER(config.h)  AC_CONFIG_HEADER(config.h)
   
 LIBXML_MAJOR_VERSION=1  LIBXML_MAJOR_VERSION=1
Line 65  if test "${CC}" != "gcc" ; then Line 66  if test "${CC}" != "gcc" ; then
                CFLAGS="${CFLAGS} -Wp,-H16800 -Ae"                 CFLAGS="${CFLAGS} -Wp,-H16800 -Ae"
                ;;                 ;;
     esac      esac
   else    
       case "${host}" in
             *linux* )
                  CFLAGS="${CFLAGS} -pedantic"
                  ;;
       esac
 fi  fi
 AC_SUBST(CFLAGS)  AC_SUBST(CFLAGS)
   

Removed from v.1.15  
changed lines
  Added in v.1.16


Webmaster