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

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