configure.ac: Support --enable-shared=libobjc.

2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>

        * configure.ac: Support --enable-shared=libobjc.
        * configure: Regenerate.

From-SVN: r82995
This commit is contained in:
Andrew Pinski 2004-06-11 20:11:12 +00:00 committed by Andrew Pinski
parent 67c605a553
commit 684c64bf57
3 changed files with 34 additions and 19 deletions

View File

@ -1,5 +1,8 @@
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
* configure.ac: Support --enable-shared=libobjc.
* configure: Regenerate.
PR libobjc/15901
* configure.ac: Do not disable shared by default.
* configure: Regenerate.

48
libobjc/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
# Generated by GNU Autoconf 2.59 for package-unused version-unused.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@ -265,11 +265,11 @@ SHELL=${CONFIG_SHELL-/bin/sh}
: ${ac_max_here_lines=38}
# Identity of this package.
PACKAGE_NAME=
PACKAGE_TARNAME=
PACKAGE_VERSION=
PACKAGE_STRING=
PACKAGE_BUGREPORT=
PACKAGE_NAME='package-unused'
PACKAGE_TARNAME='libobjc'
PACKAGE_VERSION='version-unused'
PACKAGE_STRING='package-unused version-unused'
PACKAGE_BUGREPORT=''
ac_unique_file="objc/objc.h"
# Factoring default headers for most tests.
@ -766,7 +766,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 this package to adapt to many kinds of systems.
\`configure' configures package-unused version-unused to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -827,7 +827,9 @@ _ACEOF
fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of package-unused version-unused:";;
esac
cat <<\_ACEOF
Optional Features:
@ -958,6 +960,8 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
package-unused configure version-unused
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
@ -970,7 +974,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by $as_me, which was
It was created by package-unused $as_me version-unused, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@ -1291,6 +1295,14 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
@ -3626,7 +3638,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case $host in
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 3629 "configure"' > conftest.$ac_ext
echo '#line 3641 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@ -4559,9 +4571,9 @@ echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;}
echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;}
(
cat <<\_ASBOX
## ------------------------------------------ ##
## Report this to the AC_PACKAGE_NAME lists. ##
## ------------------------------------------ ##
## ----------------------------------------- ##
## Report this to the package-unused lists. ##
## ----------------------------------------- ##
_ASBOX
) |
sed "s/^/$as_me: WARNING: /" >&2
@ -4885,9 +4897,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
(
cat <<\_ASBOX
## ------------------------------------------ ##
## Report this to the AC_PACKAGE_NAME lists. ##
## ------------------------------------------ ##
## ----------------------------------------- ##
## Report this to the package-unused lists. ##
## ----------------------------------------- ##
_ASBOX
) |
sed "s/^/$as_me: WARNING: /" >&2
@ -5343,7 +5355,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by $as_me, which was
This file was extended by package-unused $as_me version-unused, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -5401,7 +5413,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
config.status
package-unused config.status version-unused
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -21,7 +21,7 @@
#02111-1307, USA.
AC_PREREQ(2.59)
AC_INIT
AC_INIT(package-unused, version-unused,, libobjc)
AC_CONFIG_SRCDIR([objc/objc.h])
# We need the following definitions because AC_PROG_LIBTOOL relies on them