From 236f96e4d20e44e1cf68569ec6622dbd784452ef Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 18 Jun 2003 17:56:01 +0000 Subject: [PATCH] Get m4's from m4/. Add tst_o*'s. Regenerate ChangeLog only for releases. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ade19fb..fefa43e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ DIST_SUBDIRS = reference SUBDIRS = @GTKDOC@ -ACLOCAL_AMFLAGS = -I . -I m4 +ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = FAQ libidn.pc.in \ m4/iconv.m4 m4/ax_create_stdint_h.m4 m4/ac_compile_check_sizeof.m4 \ @@ -92,7 +92,8 @@ idn.1: idn.c # Test suite -tests = tst_stringprep tst_nfkc tst_punycode tst_idna +tests = tst_stringprep tst_punycode tst_idna tst_nfkc \ + tst_ostringprep tst_opunycode tst_oidna check_PROGRAMS = $(tests) -- 2.11.4.GIT