From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../configure.in.diff?r1=1.70&r2=1.63&sortby=date | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.70&r2=1.63&sortby=date (limited to 'cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.70&r2=1.63&sortby=date') diff --git a/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.70&r2=1.63&sortby=date b/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.70&r2=1.63&sortby=date new file mode 100644 index 00000000..14018a98 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.70&r2=1.63&sortby=date @@ -0,0 +1,74 @@ + + + +code/nel/configure.in - diff - 1.70 + +
[BACK] Return to configure.in + CVS log [TXT][DIR] Up to Nevrax / code / nel

Diff for /code/nel/configure.in between version 1.63 and 1.70

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.63, 2002/03/26 14:37:46version 1.70, 2002/04/25 17:53:36
Line 35 
Line 35 
  
 AM_CONFIG_HEADER(include/nelconfig.h) AM_CONFIG_HEADER(include/nelconfig.h)
  
  dnl Get host type info
  AC_CANONICAL_HOST
  if test "$host_cpu" = "i386" -o "$host_cpu" = "i486" \
          -o "$host_cpu" = "i586" -o "$host_cpu" = "i686" \
          -o "$host_cpu" = "i786"
  then
      AC_DEFINE(HAVE_X86)
  fi
  
 dnl The following hack should ensure that configure doesnt add optimizing dnl The following hack should ensure that configure doesnt add optimizing
 dnl or debugging flags to CFLAGS or CXXFLAGS dnl or debugging flags to CFLAGS or CXXFLAGS
Line 146 
Line 154 
  
 AC_PROG_INSTALL AC_PROG_INSTALL
  
  AM_PATH_CCACHE
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl Configure Settings dnl Configure Settings
Line 181 
Line 191 
 dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for typedefs, structures, and compiler characteristics.
 dnl ==================================================================== dnl ====================================================================
  
  dnl Test endianness
  AC_C_BIGENDIAN
  
 dnl Supress GCC "multi-character character constant" warnings. dnl Supress GCC "multi-character character constant" warnings.
 if test "X$CC" = "Xgcc"; if test "X$CC" = "Xgcc";
 then then
Line 242 
Line 255 
 dnl ==================================================================== dnl ====================================================================
 dnl LibXML dnl LibXML
  
 dnl Use C++ compiler as a default for the compilation tests. dnl Use C compiler as a default for the libxml tests.
 AC_LANG_C AC_LANG_C
  
 AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be installed.)) AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be installed.))
Line 287 
Line 300 
 dnl ==================================================================== dnl ====================================================================
 dnl Arrange for the include directory to be in the search path even when dnl Arrange for the include directory to be in the search path even when
 dnl build is done outside the source tree dnl build is done outside the source tree
 CFLAGS="$CFLAGS -I\${top_srcdir}/include" dnl Put the nelconfig.h define
 CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include" CFLAGS="$CFLAGS -I\${top_srcdir}/include -DHAVE_NELCONFIG_H"
  CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include -DHAVE_NELCONFIG_H"
  
  
 dnl ==================================================================== dnl ====================================================================


+
Legend:
+
Removed from v.1.63 
changed lines
 Added in v.1.70
+
+ + + + +
+
\ No newline at end of file -- cgit v1.2.1