[llvm-commits] CVS: llvm-java/configure
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Apr 15 23:08:10 PDT 2004
Changes in directory llvm-java:
configure updated: 1.1 -> 1.2
---
Log message:
More textual fixes
---
Diffs of the changes: (+14 -14)
Index: llvm-java/configure
diff -u llvm-java/configure:1.1 llvm-java/configure:1.2
--- llvm-java/configure:1.1 Thu Apr 15 16:00:49 2004
+++ llvm-java/configure Thu Apr 15 23:07:41 2004
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.58 for [ModuleMaker] [x.xx].
+# Generated by GNU Autoconf 2.58 for Java 0.0.
#
-# Report bugs to <bugs at yourdomain>.
+# Report bugs to <llvmbugs at cs.uiuc.edu>.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -267,11 +267,11 @@
: ${ac_max_here_lines=38}
# Identity of this package.
-PACKAGE_NAME='[ModuleMaker]'
-PACKAGE_TARNAME='--modulemaker--'
-PACKAGE_VERSION='[x.xx]'
-PACKAGE_STRING='[ModuleMaker] [x.xx]'
-PACKAGE_BUGREPORT='bugs at yourdomain'
+PACKAGE_NAME='Java'
+PACKAGE_TARNAME='java'
+PACKAGE_VERSION='0.0'
+PACKAGE_STRING='Java 0.0'
+PACKAGE_BUGREPORT='llvmbugs at cs.uiuc.edu'
ac_unique_file=""Makefile.common.in""
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LLVM_SRC LLVM_OBJ LIBOBJS LTLIBOBJS'
@@ -723,7 +723,7 @@
# 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 [ModuleMaker] [x.xx] to adapt to many kinds of systems.
+\`configure' configures Java 0.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -780,7 +780,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of [ModuleMaker] [x.xx]:";;
+ short | recursive ) echo "Configuration of Java 0.0:";;
esac
cat <<\_ACEOF
@@ -790,7 +790,7 @@
--with-llvmsrc Location of LLVM Source Code
--with-llvmobj Location of LLVM Object Code
-Report bugs to <bugs at yourdomain>.
+Report bugs to <llvmbugs at cs.uiuc.edu>.
_ACEOF
fi
@@ -883,7 +883,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-[ModuleMaker] configure [x.xx]
+Java configure 0.0
generated by GNU Autoconf 2.58
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -897,7 +897,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by [ModuleMaker] $as_me [x.xx], which was
+It was created by Java $as_me 0.0, which was
generated by GNU Autoconf 2.58. Invocation command line was
$ $0 $@
@@ -1704,7 +1704,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by [ModuleMaker] $as_me [x.xx], which was
+This file was extended by Java $as_me 0.0, which was
generated by GNU Autoconf 2.58. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -1762,7 +1762,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-[ModuleMaker] config.status [x.xx]
+Java config.status 0.0
configured by $0, generated by GNU Autoconf 2.58,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
More information about the llvm-commits
mailing list