Some little fixes.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 28 Dec 2002 13:23:11 +0000 (13:23 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 28 Dec 2002 13:23:11 +0000 (13:23 +0000)
t/src/Makefile.am
t/src/test_writegom
t/src/update_gom.c

index c325db153b86117742632afadea9fa4c5736641e..cb84dedfb43503c1dce1ab8767037bed4579c868 100644 (file)
@@ -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 \
index 8a9daf42b686791d47879d75029431d09dd5c0c9..89f297061848f206dcf8b05f9310aea14fb34120 100755 (executable)
@@ -34,7 +34,7 @@ then
   options="$options -i $testfile"
 fi
 
-if [ "$encoding" == "UNICODE" ]
+if [ "$encoding" = "UNICODE" ]
 then
   options="$options -u $unicode_details"
 fi
index efe3a014c777dcaa76a1c822f5284ac7c9fcce01..58c3877ef33567d118341b10c0e0f6ca93ab11cf 100644 (file)
@@ -26,6 +26,7 @@
 #include "output.h"
 #include "dump_gom.h"
 #include "portability.h"
+#include "string.h"
 #include <locale.h>
 #include <stdio.h>