From dca63be420951cd7d9e9301e1e9f9578ea90ff73 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 28 Dec 2002 13:23:11 +0000 Subject: [PATCH] Some little fixes. --- t/src/Makefile.am | 4 ++-- t/src/test_writegom | 2 +- t/src/update_gom.c | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/t/src/Makefile.am b/t/src/Makefile.am index c325db1..cb84ded 100644 --- a/t/src/Makefile.am +++ b/t/src/Makefile.am @@ -2,8 +2,8 @@ # $Id$ # $Name$ -INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../../include \ - -I $(srcdir)/../../utf8 -I $(srcdir)/../intl +INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I$(srcdir)/../../include \ + -I$(srcdir)/../../utf8 -I$(srcdir)/../../intl CFLAGS = -O2 @EXTRA_CFLAGS@ noinst_PROGRAMS = testgedcom pathtest gomtest updatetest testintl \ diff --git a/t/src/test_writegom b/t/src/test_writegom index 8a9daf4..89f2970 100755 --- a/t/src/test_writegom +++ b/t/src/test_writegom @@ -34,7 +34,7 @@ then options="$options -i $testfile" fi -if [ "$encoding" == "UNICODE" ] +if [ "$encoding" = "UNICODE" ] then options="$options -u $unicode_details" fi diff --git a/t/src/update_gom.c b/t/src/update_gom.c index efe3a01..58c3877 100644 --- a/t/src/update_gom.c +++ b/t/src/update_gom.c @@ -26,6 +26,7 @@ #include "output.h" #include "dump_gom.h" #include "portability.h" +#include "string.h" #include #include -- 2.30.2