mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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])
|