summaryrefslogtreecommitdiff
path: root/textproc/dico/files/patch-configure.in
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 17:47:33 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 17:47:33 +0000
commite457043e831738e7911995e0fc7dc7a324409e2a (patch)
treeff3a482ac7b778800744d0e0689dce193a9d4ce6 /textproc/dico/files/patch-configure.in
parentMove the zziplib line to the correct location (probably a modules-update (diff)
Add dico 1.1, an interactive dictionary in french.
PR: 21902 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes
Notes: svn path=/head/; revision=39436
Diffstat (limited to 'textproc/dico/files/patch-configure.in')
-rw-r--r--textproc/dico/files/patch-configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/dico/files/patch-configure.in b/textproc/dico/files/patch-configure.in
new file mode 100644
index 000000000000..c735131a228e
--- /dev/null
+++ b/textproc/dico/files/patch-configure.in
@@ -0,0 +1,7 @@
+--- old/configure.in Thu Jan 1 01:00:00 1970
++++ new/configure.in Wed Oct 11 04:19:05 2000
+@@ -0,0 +1,4 @@
++AC_INIT(sources/dico.c)
++AM_INIT_AUTOMAKE(dico, 1.1)
++AC_PROG_CC
++AC_OUTPUT([Makefile sources/Makefile lexique/Makefile manuel/Makefile])