07a5158511
changes: -Several minor bugfixes from buglist -Further improvements in configure -Finished implementation of document parts and preambles -Improved cursor accessability handling also change TeX dependency to teTeX-bin, so that this can be used with teTeX3 as well
17 lines
432 B
Text
17 lines
432 B
Text
$NetBSD: patch-ab,v 1.9 2005/08/26 17:21:04 drochner Exp $
|
|
|
|
--- configure.orig 2005-08-21 12:05:29.000000000 +0200
|
|
+++ configure
|
|
@@ -5956,9 +5956,9 @@ echo "$as_me: WARNING: unable to link st
|
|
fi
|
|
fi
|
|
fi
|
|
-CPPFLAGS=""
|
|
-LDFLAGS=""
|
|
-LIBS=""
|
|
+CPPFLAGS="$SAVE_CPPFLAGS"
|
|
+LDFLAGS="$SAVE_LDFLAGS"
|
|
+LIBS="$SAVE_LIBS"
|
|
|
|
#--------------------------------------------------------------------
|
|
# Handle different systems case by case
|