diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 17:47:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 17:47:33 +0000 |
commit | e457043e831738e7911995e0fc7dc7a324409e2a (patch) | |
tree | ff3a482ac7b778800744d0e0689dce193a9d4ce6 /french/dico/files/patch-configure.in | |
parent | Move the zziplib line to the correct location (probably a modules-update (diff) |
Add dico 1.1, an interactive dictionary in french.
PR: 21902
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes
Notes:
svn path=/head/; revision=39436
Diffstat (limited to 'french/dico/files/patch-configure.in')
-rw-r--r-- | french/dico/files/patch-configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/french/dico/files/patch-configure.in b/french/dico/files/patch-configure.in new file mode 100644 index 000000000000..c735131a228e --- /dev/null +++ b/french/dico/files/patch-configure.in @@ -0,0 +1,7 @@ +--- 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]) |