A new argument-processing package from Russ McManus.
authorJim Blandy <jimb@red-bean.com>
Fri, 12 Feb 1999 10:09:47 +0000 (10:09 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 12 Feb 1999 10:09:47 +0000 (10:09 +0000)
* getopt-long.scm: New file.
* Makefile.am (ice9_sources): Added getopt-long.scm.
* Makefile.in: Regenerated.

ice-9/Makefile.am
ice-9/Makefile.in

index e16d5b2..26c7e3c 100644 (file)
@@ -23,11 +23,12 @@ AUTOMAKE_OPTIONS = foreign
 
 # These should be installed and distributed.
 ice9_sources = \
-       and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm \
-       emacs.scm expect.scm getopt-gnu-style.scm hcons.scm lineio.scm \
-       ls.scm mapping.scm poe.scm psyntax.pp psyntax.ss q.scm \
-       r4rs.scm readline.scm regex.scm runq.scm session.scm slib.scm \
-       string-fun.scm syncase.scm tags.scm threads.scm
+       and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm   \
+       emacs.scm expect.scm getopt-gnu-style.scm getopt-long.scm       \
+       hcons.scm lineio.scm ls.scm mapping.scm poe.scm psyntax.pp      \
+       psyntax.ss q.scm r4rs.scm readline.scm regex.scm runq.scm       \
+       session.scm slib.scm string-fun.scm syncase.scm tags.scm        \
+       threads.scm
 
 # These should be installed, but not distributed.
 ice9_generated = version.scm
index e340e9d..4f6a660 100644 (file)
@@ -92,11 +92,12 @@ AUTOMAKE_OPTIONS = foreign
 
 # These should be installed and distributed.
 ice9_sources = \
-       and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm \
-       emacs.scm expect.scm getopt-gnu-style.scm hcons.scm lineio.scm \
-       ls.scm mapping.scm poe.scm psyntax.pp psyntax.ss q.scm \
-       r4rs.scm readline.scm regex.scm runq.scm session.scm slib.scm \
-       string-fun.scm syncase.scm tags.scm threads.scm
+       and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm   \
+       emacs.scm expect.scm getopt-gnu-style.scm getopt-long.scm       \
+       hcons.scm lineio.scm ls.scm mapping.scm poe.scm psyntax.pp      \
+       psyntax.ss q.scm r4rs.scm readline.scm regex.scm runq.scm       \
+       session.scm slib.scm string-fun.scm syncase.scm tags.scm        \
+       threads.scm
 
 # These should be installed, but not distributed.
 ice9_generated = version.scm