mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e457043e83
PR: 21902 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
--- 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])
|