New files.
[chise/chise-fonts-installer.git] / configure.in
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.57)
5 AC_INIT(chise-fonts, 0.1, chise-en@m17n.org)
6
7 AC_CANONICAL_TARGET
8
9 # Checks for programs.
10 # AC_PROG_CC
11 # AC_PROG_LIBTOOL
12 #  AC_CHECK_PROGS(LIBTOOL, glibtool libtool, libtool, \
13 #       /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin)
14
15 AC_SUBST(ac_configure_args)
16
17 # Checks for header files.
18
19 # Checks for typedefs, structures, and compiler characteristics.
20 #AC_C_CONST
21 #AC_C_INLINE
22
23 # Checks for library functions.
24 #AC_FUNC_ALLOCA
25 #AC_FUNC_STRNLEN
26
27 #AC_CHECK_FUNCS(strnlen)
28
29 AC_CONFIG_FILES([Makefile])
30 AC_CONFIG_FILES([GT/Makefile])
31 AC_OUTPUT