adding Chinese translation and updated Taiwanese translation by
[centerim.git] / kksystr / configure.ac
blob351bf960edebb0394c0b405ff21abd056b12db18
1 AC_INIT(aclocal.m4)
2 AM_INIT_AUTOMAKE(kksystr, 0.1)
4 AC_PROG_CC
5 AC_PROG_CXX
6 AC_PROG_RANLIB
8 AC_CHECK_HEADERS(_G_config.h ftw.h)
10 AC_OUTPUT(Makefile include/Makefile src/Makefile)