freebsd-ports/french/dico/files/patch-configure.in
Oliver Braun 8b2d0da4e2 * make fetchable again
* bump PORTREVISION
* PERL -> REINPLACE

PR:		ports/37100
Submitted by:	maintainer
2002-10-31 23:49:38 +00:00

7 lines
236 B
Text

--- /dev/null Thu Jan 1 01:00:00 1970
+++ 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])