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:
parent
35eec7384c
commit
8f5293a682
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue