11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
|
AC_INIT([hyphen],[2.5],[nemeth@openoffice.org])
|
||
|
AM_INIT_AUTOMAKE(hyphen,2.5)
|
||
|
AC_PROG_CC
|
||
|
AC_PROG_INSTALL
|
||
|
AC_PROG_LIBTOOL
|
||
|
|
||
|
AC_CONFIG_FILES([Makefile
|
||
|
doc/Makefile
|
||
|
tests/Makefile])
|
||
|
AC_OUTPUT
|