From 4582e5db21c02ab2df2ff201d5993683a6097ea1 Mon Sep 17 00:00:00 2001 From: arai Date: Sat, 25 May 2002 15:52:33 +0000 Subject: [PATCH] * configure.in, configure.ac, Makefile.am: added tests. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@103 6a8cc165-1e22-0410-a132-eb4e3f353aba --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dc72a2b..a8307e1 100644 --- a/configure.in +++ b/configure.in @@ -137,4 +137,4 @@ if test "x$enable_multibyte_char" = xyes; then AC_DEFINE(MULTIBYTE_CHAR, 1, [Define you want to use multibyte filename]) fi -AC_OUTPUT([Makefile src/Makefile man/Makefile]) +AC_OUTPUT([Makefile src/Makefile man/Makefile tests/Makefile tests/lha-test]) -- 2.11.0