summaryrefslogtreecommitdiffstats
path: root/third_party/hyphen/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/hyphen/configure.in')
-rw-r--r--third_party/hyphen/configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/hyphen/configure.in b/third_party/hyphen/configure.in
new file mode 100644
index 0000000..238f639
--- /dev/null
+++ b/third_party/hyphen/configure.in
@@ -0,0 +1,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