1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
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

8 lines
236 B
Plaintext

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