X-Git-Url: http://git.sourceforge.jp/view?p=lha%2Flha.git;a=blobdiff_plain;f=configure.ac;h=39708f7615d5bd9e6d41d469d1da804af35d5927;hp=428c90d221fbcf1ae5413730a71ce33702da061e;hb=cae0382ab1fa86b4928409d000aa56e760d47ff2;hpb=6ebc4a4b1e0130a8f3370f0245ae234e6c47d822 diff --git a/configure.ac b/configure.ac index 428c90d..39708f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(lha, 1.14i-ac20020525) +AC_INIT(lha, 1.14i-ac20020527) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) @@ -139,4 +139,5 @@ if test "x$enable_multibyte_char" = xyes; then fi AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) +AC_CONFIG_FILES([tests/Makefile tests/lha-test]) AC_OUTPUT