8b2d0da4e2
* bump PORTREVISION * PERL -> REINPLACE PR: ports/37100 Submitted by: maintainer
7 lines
236 B
Text
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])
|