0cd4d5dd5e
* Compile fix for gcc 4.1 * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61 * Documentation improvements, including an updated `man' page. * Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files. * Large number of bug fixes.
13 lines
329 B
Text
13 lines
329 B
Text
$NetBSD: patch-ag,v 1.3 2007/01/06 22:07:43 wiz Exp $
|
|
|
|
--- examples/Makefile.in.orig 2006-12-19 11:03:37.000000000 +0000
|
|
+++ examples/Makefile.in
|
|
@@ -79,7 +79,7 @@ AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
-CC = @CC@
|
|
+CC = @CXX@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|