summaryrefslogtreecommitdiffstats
path: root/third_party/hyphen/configure.in
blob: 238f6395ac2aa5a07a1151b5e5b836fd80e81c17 (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT([hyphen],[2.6],[nemeth@openoffice.org])
AM_INIT_AUTOMAKE(hyphen,2.6)
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL

AC_CONFIG_FILES([Makefile
                 doc/Makefile
                 tests/Makefile])
AC_OUTPUT