diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-11 20:11:12 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-11 20:11:12 +0000 |
commit | a4761b968dcd296fd8bcb04a19fd2a86c060f7bc (patch) | |
tree | f2de32290dc7dccd6b3b1e410b64a3bbf88aedeb | |
parent | 3864ad30726e57c9e2f2931eb150ba7a677dfba6 (diff) | |
download | gcc-a4761b968dcd296fd8bcb04a19fd2a86c060f7bc.tar.gz |
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
* configure.ac: Support --enable-shared=libobjc.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82995 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libobjc/ChangeLog | 3 | ||||
-rwxr-xr-x | libobjc/configure | 48 | ||||
-rw-r--r-- | libobjc/configure.ac | 2 |
3 files changed, 34 insertions, 19 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index fa34024102a..ebec427c52d 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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. diff --git a/libobjc/configure b/libobjc/configure index 24daec96ae2..cb635a7bef8 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -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 $@ @@ -1300,6 +1304,14 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + + + + # We need the following definitions because AC_PROG_LIBTOOL relies on them PACKAGE=libobjc # Version is pulled out to make it a bit easier to change using sed. @@ -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'`\\" diff --git a/libobjc/configure.ac b/libobjc/configure.ac index 91635d299e6..a276d6e2bb1 100644 --- a/libobjc/configure.ac +++ b/libobjc/configure.ac @@ -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 |