summaryrefslogtreecommitdiff
path: root/configure.in
blob: c570035ae694b68ec1dc81f56fabea168a8627cd (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT([hyphen],[2.8.6],[nemeth@numbertext.org])
AM_INIT_AUTOMAKE(hyphen,2.8.6)
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL

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