1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

A new argument-processing package from Russ McManus.

* getopt-long.scm: New file.
* Makefile.am (ice9_sources): Added getopt-long.scm.
* Makefile.in: Regenerated.
This commit is contained in:
Jim Blandy 1999-02-12 10:15:38 +00:00
parent 35eec7384c
commit 8f5293a682
2 changed files with 8 additions and 8 deletions

View file

@ -25,10 +25,10 @@ AUTOMAKE_OPTIONS = foreign
ice9_sources = \
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
hcons.scm lineio.scm ls.scm mapping.scm optargs.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

View file

@ -94,10 +94,10 @@ AUTOMAKE_OPTIONS = foreign
ice9_sources = \
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
hcons.scm lineio.scm ls.scm mapping.scm optargs.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