comparison configure.in @ 26:6dcfbd28e807

- added build target; maintainer-clean - removed even more generated file - now autogen.sh invokes libtoolize
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 06 Mar 2010 07:58:49 +0900
parents c4b8c1d2b943
children
comparison
equal deleted inserted replaced
25:466fe6732d8d 26:6dcfbd28e807
36 dnl new AC_INIT do not work. I seem to make a mistake... 36 dnl new AC_INIT do not work. I seem to make a mistake...
37 dnl AC_INIT("FreeWnn", "1.11-pl21", "freewnn-users-owner@lists.sourceforge.jp") 37 dnl AC_INIT("FreeWnn", "1.11-pl21", "freewnn-users-owner@lists.sourceforge.jp")
38 dnl AC_CONFIG_SRC_DIR(Wnn/conv/cvt_head.h) 38 dnl AC_CONFIG_SRC_DIR(Wnn/conv/cvt_head.h)
39 AC_INIT(Wnn/conv/cvt_head.h) 39 AC_INIT(Wnn/conv/cvt_head.h)
40 AC_CONFIG_HEADER(config.h) 40 AC_CONFIG_HEADER(config.h)
41 AC_CONFIG_MACRO_DIR([m4])
41 42
42 dnl ==================================================================== 43 dnl ====================================================================
43 dnl Check optional features 44 dnl Check optional features
44 dnl ==================================================================== 45 dnl ====================================================================
45 46