freebsd-ports/textproc/dico/files/patch-configure.in
Will Andrews e457043e83 Add dico 1.1, an interactive dictionary in french.
PR:		21902
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-03-10 17:47:33 +00:00

7 lines
247 B
Text

--- 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])