From 8f5293a682bdec5c08ceb64971ce2da39b4973f6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 12 Feb 1999 10:15:38 +0000 Subject: [PATCH] A new argument-processing package from Russ McManus. * getopt-long.scm: New file. * Makefile.am (ice9_sources): Added getopt-long.scm. * Makefile.in: Regenerated. --- ice-9/Makefile.am | 8 ++++---- ice-9/Makefile.in | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 26c7e3cb1..e20197b74 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -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 diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 4f6a660d5..3bc11bd3c 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -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