hyphen/configure.ac

11 lines
225 B
Plaintext
Raw Normal View History

2014-09-18 17:47:14 +02:00
AC_INIT([hyphen],[2.8.8],[nemeth@numbertext.org])
AM_INIT_AUTOMAKE(hyphen,2.8.8)
2010-03-04 13:13:53 +01:00
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile
doc/Makefile
tests/Makefile])
AC_OUTPUT