Fixed minor typo in doc/Makefile.am

This commit is contained in:
Abdulaziz Ghuloum 2007-11-28 04:34:47 -05:00
parent 3ca093b970
commit e21026c635
5 changed files with 15 additions and 15 deletions

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for ikarus 0.0.2-rc1.
# Generated by GNU Autoconf 2.61 for ikarus 0.0.2-rc2.
#
# Report bugs to <aghuloum@cs.indiana.edu>.
#
@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='ikarus'
PACKAGE_TARNAME='ikarus'
PACKAGE_VERSION='0.0.2-rc1'
PACKAGE_STRING='ikarus 0.0.2-rc1'
PACKAGE_VERSION='0.0.2-rc2'
PACKAGE_STRING='ikarus 0.0.2-rc2'
PACKAGE_BUGREPORT='aghuloum@cs.indiana.edu'
ac_unique_file="src/"
@ -1227,7 +1227,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ikarus 0.0.2-rc1 to adapt to many kinds of systems.
\`configure' configures ikarus 0.0.2-rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1298,7 +1298,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ikarus 0.0.2-rc1:";;
short | recursive ) echo "Configuration of ikarus 0.0.2-rc2:";;
esac
cat <<\_ACEOF
@ -1384,7 +1384,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ikarus configure 0.0.2-rc1
ikarus configure 0.0.2-rc2
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1398,7 +1398,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ikarus $as_me 0.0.2-rc1, which was
It was created by ikarus $as_me 0.0.2-rc2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -2214,7 +2214,7 @@ fi
# Define the identity of the package.
PACKAGE=ikarus
VERSION=0.0.2-rc1
VERSION=0.0.2-rc2
cat >>confdefs.h <<_ACEOF
@ -8722,7 +8722,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ikarus $as_me 0.0.2-rc1, which was
This file was extended by ikarus $as_me 0.0.2-rc2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -8775,7 +8775,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
ikarus config.status 0.0.2-rc1
ikarus config.status 0.0.2-rc2
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(ikarus, 0.0.2-rc1, aghuloum@cs.indiana.edu)
AC_INIT(ikarus, 0.0.2-rc2, aghuloum@cs.indiana.edu)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(ikarus, 0.0.2-rc1)
AM_INIT_AUTOMAKE(ikarus, 0.0.2-rc2)
AC_CONFIG_SRCDIR([src/])

View File

@ -1,6 +1,6 @@
dist_doc_DATA=ikarus-scheme-users-guide.pdf
EXTRA_DIST = ikarusu-scheme-users-guide.tex ikarus-scheme-users-guide.bib ikarus-scheme-users-guide.pdf
EXTRA_DIST = ikarus-scheme-users-guide.tex ikarus-scheme-users-guide.bib ikarus-scheme-users-guide.pdf
TEX=xelatex -output-driver="xdvipdfmx -q -E"

View File

@ -156,7 +156,7 @@ target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
dist_doc_DATA = ikarus-scheme-users-guide.pdf
EXTRA_DIST = ikarusu-scheme-users-guide.tex ikarus-scheme-users-guide.bib ikarus-scheme-users-guide.pdf
EXTRA_DIST = ikarus-scheme-users-guide.tex ikarus-scheme-users-guide.bib ikarus-scheme-users-guide.pdf
TEX = xelatex -output-driver="xdvipdfmx -q -E"
all: all-am

View File

@ -1 +1 @@
1136
1139