From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../code/nelns/acinclude.m4.diff?r1=1.12&r2=1.10 | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.12&r2=1.10 (limited to 'cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.12&r2=1.10') diff --git a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.12&r2=1.10 b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.12&r2=1.10 new file mode 100644 index 00000000..957263fe --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.12&r2=1.10 @@ -0,0 +1,45 @@ + + + +code/nelns/acinclude.m4 - diff - 1.12 + +
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/acinclude.m4 between version 1.10 and 1.12

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.10, 2002/03/21 10:54:37version 1.12, 2002/03/29 10:19:10
Line 237 
Line 237 
 AC_ARG_WITH( nel-include, AC_ARG_WITH( nel-include,
     [  --with-nel-include=<path>     [  --with-nel-include=<path>
                           path to the NeL header files directory.                           path to the NeL header files directory.
                           e.g. /usr/local/nel/stlport])                           e.g. /usr/local/nel/include])
  
 AC_ARG_WITH( nel-lib, AC_ARG_WITH( nel-lib,
     [  --with-nel-lib=<path>     [  --with-nel-lib=<path>
Line 662 
Line 662 
  
 dnl Checking the FreeType 2 instalation dnl Checking the FreeType 2 instalation
 _CPPFLAGS="$CPPFLAGS" _CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$CXXFLAGS $FREETYPE_CFLAGS" CPPFLAGS=" $FREETYPE_CFLAGS $CXXFLAGS"
  
 AC_MSG_CHECKING(for FreeType version = 2) AC_MSG_CHECKING(for FreeType version = 2)
  
Line 689 
Line 689 
     FREETYPE_LIBS="-L$freetype_libraries -l$freetype_lib"     FREETYPE_LIBS="-L$freetype_libraries -l$freetype_lib"
 fi fi
  
 CPPFLAGS="$CXXFLAGS $FREETYPE_LIBS" CPPFLAGS="$FREETYPE_LIBS $CXXFLAGS"
          
 AC_TRY_LINK( , , have_freetype_libraries="yes", have_freetype_libraries="no") AC_TRY_LINK( , , have_freetype_libraries="yes", have_freetype_libraries="no")
  


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