gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 17 Apr 2008 21:58:12 +0000 (21:58 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Thu, 17 Apr 2008 21:58:12 +0000 (21:58 +0000)
libjava/classpath/

* m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
* tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
(gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
(gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
for these scripts, to trick automake into hiding the respective
rules for the programs below the CREATE_WRAPPERS conditional.
* aclocal.m4: Regenerate.
* configure: Likewise.
* Makefile.in: Likewise.
* native/jni/Makefile.in: Likewise.
* native/jni/classpath/Makefile.in: Likewise.
* native/jni/gstreamer-peer/Makefile.in: Likewise.
* native/jni/midi-dssi/Makefile.in: Likewise.
* native/jni/gconf-peer/Makefile.in: Likewise.
* native/jni/java-io/Makefile.in: Likewise.
* native/jni/native-lib/Makefile.in: Likewise.
* native/jni/java-util/Makefile.in: Likewise.
* native/jni/java-lang/Makefile.in: Likewise.
* native/jni/midi-alsa/Makefile.in: Likewise.
* native/jni/java-nio/Makefile.in: Likewise.
* native/jni/java-net/Makefile.in: Likewise.
* native/jni/xmlj/Makefile.in: Likewise.
* native/jni/qt-peer/Makefile.in: Likewise.
* native/jni/gtk-peer/Makefile.in: Likewise.
* native/Makefile.in: Likewise.
* native/jawt/Makefile.in: Likewise.
* native/fdlibm/Makefile.in: Likewise.
* native/plugin/Makefile.in: Likewise.
* resource/Makefile.in: Likewise.
* scripts/Makefile.in: Likewise.
* tools/Makefile.in: Likewise.
* doc/Makefile.in: Likewise.
* doc/api/Makefile.in: Likewise.
* lib/Makefile.in: Likewise.
* external/Makefile.in: Likewise.
* external/jsr166/Makefile.in: Likewise.
* external/sax/Makefile.in: Likewise.
* external/w3c_dom/Makefile.in: Likewise.
* external/relaxngDatatype/Makefile.in: Likewise.
* include/Makefile.in: Likewise.
* examples/Makefile.in: Likewise.

From-SVN: r134413

38 files changed:
libjava/classpath/ChangeLog
libjava/classpath/Makefile.in
libjava/classpath/aclocal.m4
libjava/classpath/configure
libjava/classpath/doc/Makefile.in
libjava/classpath/doc/api/Makefile.in
libjava/classpath/examples/Makefile.in
libjava/classpath/external/Makefile.in
libjava/classpath/external/jsr166/Makefile.in
libjava/classpath/external/relaxngDatatype/Makefile.in
libjava/classpath/external/sax/Makefile.in
libjava/classpath/external/w3c_dom/Makefile.in
libjava/classpath/include/Makefile.in
libjava/classpath/lib/Makefile.in
libjava/classpath/m4/gcc_attribute.m4
libjava/classpath/native/Makefile.in
libjava/classpath/native/fdlibm/Makefile.in
libjava/classpath/native/jawt/Makefile.in
libjava/classpath/native/jni/Makefile.in
libjava/classpath/native/jni/classpath/Makefile.in
libjava/classpath/native/jni/gconf-peer/Makefile.in
libjava/classpath/native/jni/gstreamer-peer/Makefile.in
libjava/classpath/native/jni/gtk-peer/Makefile.in
libjava/classpath/native/jni/java-io/Makefile.in
libjava/classpath/native/jni/java-lang/Makefile.in
libjava/classpath/native/jni/java-net/Makefile.in
libjava/classpath/native/jni/java-nio/Makefile.in
libjava/classpath/native/jni/java-util/Makefile.in
libjava/classpath/native/jni/midi-alsa/Makefile.in
libjava/classpath/native/jni/midi-dssi/Makefile.in
libjava/classpath/native/jni/native-lib/Makefile.in
libjava/classpath/native/jni/qt-peer/Makefile.in
libjava/classpath/native/jni/xmlj/Makefile.in
libjava/classpath/native/plugin/Makefile.in
libjava/classpath/resource/Makefile.in
libjava/classpath/scripts/Makefile.in
libjava/classpath/tools/Makefile.am
libjava/classpath/tools/Makefile.in

index c3d8f6395b6051ef69fbae335a2cb3adfb2fdb27..a15c502e3337ee3818ba0b17c84ad2680334756c 100644 (file)
@@ -1,3 +1,47 @@
+2008-04-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
+       * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
+       (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
+       (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
+       for these scripts, to trick automake into hiding the respective
+       rules for the programs below the CREATE_WRAPPERS conditional.
+       * aclocal.m4: Regenerate.
+       * configure: Likewise.
+       * Makefile.in: Likewise.
+       * native/jni/Makefile.in: Likewise.
+       * native/jni/classpath/Makefile.in: Likewise.
+       * native/jni/gstreamer-peer/Makefile.in: Likewise.
+       * native/jni/midi-dssi/Makefile.in: Likewise.
+       * native/jni/gconf-peer/Makefile.in: Likewise.
+       * native/jni/java-io/Makefile.in: Likewise.
+       * native/jni/native-lib/Makefile.in: Likewise.
+       * native/jni/java-util/Makefile.in: Likewise.
+       * native/jni/java-lang/Makefile.in: Likewise.
+       * native/jni/midi-alsa/Makefile.in: Likewise.
+       * native/jni/java-nio/Makefile.in: Likewise.
+       * native/jni/java-net/Makefile.in: Likewise.
+       * native/jni/xmlj/Makefile.in: Likewise.
+       * native/jni/qt-peer/Makefile.in: Likewise.
+       * native/jni/gtk-peer/Makefile.in: Likewise.
+       * native/Makefile.in: Likewise.
+       * native/jawt/Makefile.in: Likewise.
+       * native/fdlibm/Makefile.in: Likewise.
+       * native/plugin/Makefile.in: Likewise.
+       * resource/Makefile.in: Likewise.
+       * scripts/Makefile.in: Likewise.
+       * tools/Makefile.in: Likewise.
+       * doc/Makefile.in: Likewise.
+       * doc/api/Makefile.in: Likewise.
+       * lib/Makefile.in: Likewise.
+       * external/Makefile.in: Likewise.
+       * external/jsr166/Makefile.in: Likewise.
+       * external/sax/Makefile.in: Likewise.
+       * external/w3c_dom/Makefile.in: Likewise.
+       * external/relaxngDatatype/Makefile.in: Likewise.
+       * include/Makefile.in: Likewise.
+       * examples/Makefile.in: Likewise.
+
 2008-03-10  Jim Meyering  <meyering@redhat.com>
 
        Don't leak upon failed realloc.
index 3f1ba4820e8a42d06b62233e64f5a3c70c8cc61f..585b4e6d8a300b4b18568c0e2f3f14d54a41ba9d 100644 (file)
@@ -61,6 +61,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index aca1c3cf57303442a198838d8775694ae3558737..ddf60281ac16d95a7c627fbb46c63dd183d84781 100644 (file)
@@ -905,6 +905,7 @@ m4_include([../../config/depstand.m4])
 m4_include([../../config/lead-dot.m4])
 m4_include([../../config/multi.m4])
 m4_include([../../config/no-executables.m4])
+m4_include([../../config/proginstall.m4])
 m4_include([../../libtool.m4])
 m4_include([../../ltoptions.m4])
 m4_include([../../ltsugar.m4])
index 7d283ed19a38f4c5fe39c81266c56df760386c98..7258e0b2567e27c584782c3644dfd9bd0f4cb97c 100755 (executable)
@@ -1810,6 +1810,7 @@ am__api_version="1.9"
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # OS/2's system install, which has a completely different semantic
 # ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 if test -z "$INSTALL"; then
@@ -1843,8 +1844,18 @@ case $as_dir/ in
            # program-specific install script used by HP pwplus--don't use.
            :
          else
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-           break 3
+           rm -rf conftest.one conftest.two conftest.dir
+           echo one > conftest.one
+           echo two > conftest.two
+           mkdir conftest.dir
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+             test -s conftest.one && test -s conftest.two &&
+             test -s conftest.dir/conftest.one &&
+             test -s conftest.dir/conftest.two
+           then
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+             break 3
+           fi
          fi
        fi
       done
@@ -1853,15 +1864,16 @@ case $as_dir/ in
 esac
 done
 
+rm -rf conftest.one conftest.two conftest.dir
 
 fi
   if test "${ac_cv_path_install+set}" = set; then
     INSTALL=$ac_cv_path_install
   else
-    # As a last resort, use the slow shell script.  We don't cache a
-    # path for INSTALL within a source directory, because that will
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
     # break other packages using the cache if that directory is
-    # removed, or if the path is relative.
+    # removed, or if the value is a relative name.
     INSTALL=$ac_install_sh
   fi
 fi
@@ -5115,6 +5127,7 @@ fi
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # OS/2's system install, which has a completely different semantic
 # ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 if test -z "$INSTALL"; then
@@ -5148,8 +5161,18 @@ case $as_dir/ in
            # program-specific install script used by HP pwplus--don't use.
            :
          else
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-           break 3
+           rm -rf conftest.one conftest.two conftest.dir
+           echo one > conftest.one
+           echo two > conftest.two
+           mkdir conftest.dir
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+             test -s conftest.one && test -s conftest.two &&
+             test -s conftest.dir/conftest.one &&
+             test -s conftest.dir/conftest.two
+           then
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+             break 3
+           fi
          fi
        fi
       done
@@ -5158,15 +5181,16 @@ case $as_dir/ in
 esac
 done
 
+rm -rf conftest.one conftest.two conftest.dir
 
 fi
   if test "${ac_cv_path_install+set}" = set; then
     INSTALL=$ac_cv_path_install
   else
-    # As a last resort, use the slow shell script.  We don't cache a
-    # path for INSTALL within a source directory, because that will
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
     # break other packages using the cache if that directory is
-    # removed, or if the path is relative.
+    # removed, or if the value is a relative name.
     INSTALL=$ac_install_sh
   fi
 fi
@@ -5702,13 +5726,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
 else
   lt_cv_nm_interface="BSD nm"
   echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:5705: $ac_compile\"" >&5)
+  (eval echo "\"\$as_me:5729: $ac_compile\"" >&5)
   (eval "$ac_compile" 2>conftest.err)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:5708: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+  (eval echo "\"\$as_me:5732: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:5711: output\"" >&5)
+  (eval echo "\"\$as_me:5735: output\"" >&5)
   cat conftest.out >&5
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
     lt_cv_nm_interface="MS dumpbin"
@@ -5964,7 +5988,7 @@ lt_cv_deplibs_check_method='unknown'
 # whether `pass_all' will *always* work, you probably want this one.
 
 case $host_os in
-aix4* | aix5*)
+aix[4-9]*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -6752,7 +6776,7 @@ ia64-*-hpux*)
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 6755 "configure"' > conftest.$ac_ext
+  echo '#line 6779 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -7384,11 +7408,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:7387: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7411: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:7391: \$? = $ac_status" >&5
+   echo "$as_me:7415: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -7706,11 +7730,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:7709: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7733: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:7713: \$? = $ac_status" >&5
+   echo "$as_me:7737: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -7811,11 +7835,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:7814: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7838: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:7818: \$? = $ac_status" >&5
+   echo "$as_me:7842: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -7866,11 +7890,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:7869: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7893: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:7873: \$? = $ac_status" >&5
+   echo "$as_me:7897: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -8014,7 +8038,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
 
     # See if GNU ld supports shared libraries.
     case $host_os in
-    aix3* | aix4* | aix5*)
+    aix[3-9]*)
       # On AIX/PPC, the GNU linker is very broken
       if test "$host_cpu" != ia64; then
        ld_shlibs=no
@@ -8248,7 +8272,7 @@ _LT_EOF
       fi
       ;;
 
-    aix4* | aix5*)
+    aix[4-9]*)
       if test "$host_cpu" = ia64; then
        # On IA64, the linker does run time linking by default, so we don't
        # have to do anything special.
@@ -8268,7 +8292,7 @@ _LT_EOF
        # Test if we are trying to use run time linking or normal
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
        # need to do runtime linking.
-       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
+       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
          for ld_flag in $LDFLAGS; do
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
            aix_use_runtimelinking=yes
@@ -9343,7 +9367,7 @@ aix3*)
   soname_spec='${libname}${release}${shared_ext}$major'
   ;;
 
-aix4* | aix5*)
+aix[4-9]*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -10718,7 +10742,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 10721 "configure"
+#line 10745 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -10818,7 +10842,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 10821 "configure"
+#line 10845 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11001,7 +11025,7 @@ echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
     fi
     ;;
 
-  aix4* | aix5*)
+  aix[4-9]*)
     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
       test "$enable_shared" = yes && enable_static=no
     fi
@@ -13677,7 +13701,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
         # FIXME: insert proper C++ library support
         ld_shlibs_CXX=no
         ;;
-      aix4* | aix5*)
+      aix[4-9]*)
         if test "$host_cpu" = ia64; then
           # On IA64, the linker does run time linking by default, so we don't
           # have to do anything special.
@@ -13690,7 +13714,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
           # Test if we are trying to use run time linking or normal
           # AIX style linking. If -brtl is somewhere in LDFLAGS, we
           # need to do runtime linking.
-          case $host_os in aix4.[23]|aix4.[23].*|aix5*)
+          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
            for ld_flag in $LDFLAGS; do
              case $ld_flag in
              *-brtl*)
@@ -14957,7 +14981,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
     esac
   else
     case $host_os in
-      aix4* | aix5*)
+      aix[4-9]*)
        # All AIX code is PIC.
        if test "$host_cpu" = ia64; then
          # AIX 5 now supports IA64 processor
@@ -15215,11 +15239,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15218: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:15242: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:15222: \$? = $ac_status" >&5
+   echo "$as_me:15246: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -15314,11 +15338,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15317: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:15341: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:15321: \$? = $ac_status" >&5
+   echo "$as_me:15345: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -15366,11 +15390,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15369: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:15393: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:15373: \$? = $ac_status" >&5
+   echo "$as_me:15397: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -15427,7 +15451,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
 
   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   case $host_os in
-  aix4* | aix5*)
+  aix[4-9]*)
     # If we're using GNU nm, then we don't want the "-C" option.
     # -C means demangle to AIX nm, but means don't demangle with GNU nm
     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
@@ -15617,7 +15641,7 @@ aix3*)
   soname_spec='${libname}${release}${shared_ext}$major'
   ;;
 
-aix4* | aix5*)
+aix[4-9]*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -16387,7 +16411,7 @@ if test "x${COMPILE_JNI}" = xyes; then
 
  echo "$as_me:$LINENO: checking __attribute__((,,))" >&5
 echo $ECHO_N "checking __attribute__((,,))... $ECHO_C" >&6
- if test "${cv_c_gcc_attribute_supported+set}" = set; then
+ if test "${gcc_cv_c_gcc_attribute_supported+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
@@ -16428,18 +16452,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  cv_c_gcc_attribute_supported=yes
+  gcc_cv_c_gcc_attribute_supported=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-cv_c_gcc_attribute_supported=no
+gcc_cv_c_gcc_attribute_supported=no
 fi
 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
 fi
 
- if test "x$cv_c_gcc_attribute_supported" = xyes; then
+ if test "x$gcc_cv_c_gcc_attribute_supported" = xyes; then
   true
   echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
@@ -16467,7 +16491,7 @@ echo "${ECHO_T}no" >&6
 
  echo "$as_me:$LINENO: checking __attribute__((unused))" >&5
 echo $ECHO_N "checking __attribute__((unused))... $ECHO_C" >&6
- if test "${cv_c_gcc_attribute_unused+set}" = set; then
+ if test "${gcc_cv_c_gcc_attribute_unused+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
@@ -16508,18 +16532,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  cv_c_gcc_attribute_unused=yes
+  gcc_cv_c_gcc_attribute_unused=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-cv_c_gcc_attribute_unused=no
+gcc_cv_c_gcc_attribute_unused=no
 fi
 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
 fi
 
- if test "x$cv_c_gcc_attribute_unused" = xyes; then
+ if test "x$gcc_cv_c_gcc_attribute_unused" = xyes; then
   true
   echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
index f5af2231061848719dcaba3056eff20a4dcd5711..efea97ebd0df4cd81e62da73523500e12d673509 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 128cd53d49c61126733d851630ca1486febfb65e..989da6635bafe0a70eee80190e311d807f15780f 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 996274c10bc26e8b5c05fba89be4ddd539fbfa70..6f35cab8083c83511e681422fa8c2ed966f12f54 100644 (file)
@@ -45,6 +45,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 4d7ccfdd3c646012772cf25ddef7650058d8cc88..370b0bccf7b588107648bb31cf769094fb5b27c4 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index a942ff75724d5ec798d08854616a42537ec02711..4a463c2ef9a5aebfbfbdb3e304eba50eb52ec449 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 9a568158b7fc7884de62294aae6b9cfddd3d7249..79426fc9943de5b37840bf2dd4425b14662fffe7 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 1b22402b15fd96a8e47abdde62b20a88b1097f71..03d8f6006c1f63087a2918f096b40534ff10f103 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index d553a7b305e6a9292eb06e0039512a04d85e03b5..55e03957829664f1a51f555c6156e364fbaeb16e 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index a93e9ce7fe2328713dfc1d2c87bcd138a88987f1..7e16c0ad230150076fbe3b5fb2dd9ea6a3fa4a55 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index bb2dac45e552939641f51dcfe9c5991514255438..1ccdcef4bc96a9237de94d22407bb95a28c22e56 100644 (file)
@@ -46,6 +46,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index f0c25722b8e688ae464af3c0025846667880ccdf..f332d21a68fb850c3c75607d76fd803e252c2252 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([CACHED_TRY_COMPILE],[
 
 dnl GCC_ATTRIBUTE(<short-label>,<cachevar>,<func-params>,<attribute>,<HAVE>,<desc>,[<true-cmds>],[<false-cmds>])
 AC_DEFUN([GCC_ATTRIBUTE],[
-  CACHED_TRY_COMPILE(__attribute__(($1)),cv_c_gcc_attribute_$2,,
+  CACHED_TRY_COMPILE(__attribute__(($1)),gcc_cv_c_gcc_attribute_$2,,
    [extern int testfunction($3) __attribute__(($4))],
    AC_MSG_RESULT(yes)
    AC_DEFINE(HAVE_GNUC25_$5,,$6)
index de59a595ff3db122481eeefd778a76832a736421..9a8cfe1f2873557efb68fe469d242709090de1c7 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 2b1bd1f4b001142791e94697dce739156bb2d661..02b82c6e28c38e3137d88cf70cc1f7a0bccc5f71 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 2361b92d189c82657669d21a73473ee0f7ed05b6..54535912335c504c5128362ff34e267f7c711ec9 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 00e6c51df777f3d2ff5879f0ecb4e728c7c864aa..e96dc4bd92ed017df556e7f5281762abd1d5354a 100644 (file)
@@ -43,6 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index aff43aa76c9e52136e8385d159b0b67871004922..7533f069403236fe5f613f28905a97bdfa7ced93 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 9c459465c825f7143d2af3e313ad3d10eb14fe8f..ede102423601f79800a1a8435ed6b4dba959eeb8 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 7d752f91f117054ddfba39dee96f98e9966d031b..86f7f233e638411b029058c8ea6426b8c2d0808d 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 1b76b7fb13d34d99427bd291a51d5340090b2d71..a02f3717813257c6401506646934ad7fd2a8be1c 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 42bb7cd4a3717a4402698f002ef472923f348185..6851b053970bea0e686b351df81491e247035f5c 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index a7b436b5e497c0ab8dfb46aeb58be5e5ab703ae5..c5415528d4c4af8655f4ec853840ad53fc1d08d6 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 3fdf64d3d2c741346a17aa47fde15d112f9ffcc9..788176dbd0f7abe3d2071628814f29cd68bcb898 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 390a278da606625014536853e4a537636960db5c..6896937f73ba26bfbced89b1ea7d40638907f3a6 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index af44e11b43e1d9158bf3b638f6618130ca4f931b..3487f212a528a8660aaea372a7a54e065fce7578 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 80187067de801a879bb63efc439656742eadcecc..b51f16c47b5ab5f556575b746a2adf5331c32a77 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 9eacf1c2d66876fa869edc08011147b203108dbc..58be712b9ce236cd08a3e0668e1530abe7672eb2 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 558750eab7ac5511023fecac14f0ab9f8257021a..145ccbd2a247a0c9ad4917037ba00b7b72beb988 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index ad19aa739ba94dcfc9a6845d0e0fe7c4bdbd750f..d46f0b3e01fe24d7549c7bc754b2cdd1e6a21de2 100644 (file)
@@ -47,6 +47,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 016f97f7eca3b49cc7d95098c9d7c0b49f6154e4..e9582126fe5a6ba495e26103188364fc8b27d3f8 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index 62bcde56b47f49a1a7d33129dde4cb57922c7587..9c14283348e248a9ee9582956ad7373b1426db99 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index bfceca81e6dbcac7da4adac37a249b4efc22b93c..89881c5a51f0048d6219a9dfa3b81231584e972d 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index a6f6e01a457dc3c5d6fbb9286520db9dc58d05ef..d87bb749ec87a83ab97287b5f8d49396d8f7a6ba 100644 (file)
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
index de54eed094a1deca21636b617d2197347ec37f3f..773157d91ebad0527df8b840a6df5814b46eb897 100755 (executable)
@@ -100,6 +100,19 @@ noinst_SCRIPTS = gappletviewer gjarsigner gkeytool \
        gjar gnative2ascii gserialver gjavah grmiregistry \
        gtnameserv gorbd grmid grmic
 bin_PROGRAMS =
+## FIXME: revisit this with a newer automake.
+gappletviewer: gappletviewer.in
+gjarsigner: gjarsigner.in
+gkeytool: gkeytool.in
+gjar: gjar.in
+gnative2ascii: gnative2ascii.in
+gserialver: gserialver.in
+gjavah: gjavah.in
+grmiregistry: grmiregistry.in
+gtnameserv: gtnameserv.in
+gorbd: gorbd.in
+grmid: grmid.in
+grmic: grmic.in
 endif
 EXTRA_DIST = toolwrapper.c gappletviewer.in gjarsigner.in gkeytool.in \
        gjar.in gnative2ascii.in gserialver.in gjavah.in grmiregistry.in \
index ef1b2d06e96acaf89157c7d167a56109daa3c0fc..68991e945f6fe5fa7260320b8419a62b880db00f 100644 (file)
@@ -59,6 +59,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
        $(top_srcdir)/../../config/lead-dot.m4 \
        $(top_srcdir)/../../config/multi.m4 \
        $(top_srcdir)/../../config/no-executables.m4 \
+       $(top_srcdir)/../../config/proginstall.m4 \
        $(top_srcdir)/../../libtool.m4 \
        $(top_srcdir)/../../ltoptions.m4 \
        $(top_srcdir)/../../ltsugar.m4 \
@@ -639,42 +640,42 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
            else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
          done; \
        done; rm -f c$${pid}_.???; exit $$bad
-gappletviewer$(EXEEXT): $(gappletviewer_OBJECTS) $(gappletviewer_DEPENDENCIES) 
-       @rm -f gappletviewer$(EXEEXT)
-       $(LINK) $(gappletviewer_LDFLAGS) $(gappletviewer_OBJECTS) $(gappletviewer_LDADD) $(LIBS)
-gjar$(EXEEXT): $(gjar_OBJECTS) $(gjar_DEPENDENCIES) 
-       @rm -f gjar$(EXEEXT)
-       $(LINK) $(gjar_LDFLAGS) $(gjar_OBJECTS) $(gjar_LDADD) $(LIBS)
-gjarsigner$(EXEEXT): $(gjarsigner_OBJECTS) $(gjarsigner_DEPENDENCIES) 
-       @rm -f gjarsigner$(EXEEXT)
-       $(LINK) $(gjarsigner_LDFLAGS) $(gjarsigner_OBJECTS) $(gjarsigner_LDADD) $(LIBS)
-gjavah$(EXEEXT): $(gjavah_OBJECTS) $(gjavah_DEPENDENCIES) 
-       @rm -f gjavah$(EXEEXT)
-       $(LINK) $(gjavah_LDFLAGS) $(gjavah_OBJECTS) $(gjavah_LDADD) $(LIBS)
-gkeytool$(EXEEXT): $(gkeytool_OBJECTS) $(gkeytool_DEPENDENCIES) 
-       @rm -f gkeytool$(EXEEXT)
-       $(LINK) $(gkeytool_LDFLAGS) $(gkeytool_OBJECTS) $(gkeytool_LDADD) $(LIBS)
-gnative2ascii$(EXEEXT): $(gnative2ascii_OBJECTS) $(gnative2ascii_DEPENDENCIES) 
-       @rm -f gnative2ascii$(EXEEXT)
-       $(LINK) $(gnative2ascii_LDFLAGS) $(gnative2ascii_OBJECTS) $(gnative2ascii_LDADD) $(LIBS)
-gorbd$(EXEEXT): $(gorbd_OBJECTS) $(gorbd_DEPENDENCIES) 
-       @rm -f gorbd$(EXEEXT)
-       $(LINK) $(gorbd_LDFLAGS) $(gorbd_OBJECTS) $(gorbd_LDADD) $(LIBS)
-grmic$(EXEEXT): $(grmic_OBJECTS) $(grmic_DEPENDENCIES) 
-       @rm -f grmic$(EXEEXT)
-       $(LINK) $(grmic_LDFLAGS) $(grmic_OBJECTS) $(grmic_LDADD) $(LIBS)
-grmid$(EXEEXT): $(grmid_OBJECTS) $(grmid_DEPENDENCIES) 
-       @rm -f grmid$(EXEEXT)
-       $(LINK) $(grmid_LDFLAGS) $(grmid_OBJECTS) $(grmid_LDADD) $(LIBS)
-grmiregistry$(EXEEXT): $(grmiregistry_OBJECTS) $(grmiregistry_DEPENDENCIES) 
-       @rm -f grmiregistry$(EXEEXT)
-       $(LINK) $(grmiregistry_LDFLAGS) $(grmiregistry_OBJECTS) $(grmiregistry_LDADD) $(LIBS)
-gserialver$(EXEEXT): $(gserialver_OBJECTS) $(gserialver_DEPENDENCIES) 
-       @rm -f gserialver$(EXEEXT)
-       $(LINK) $(gserialver_LDFLAGS) $(gserialver_OBJECTS) $(gserialver_LDADD) $(LIBS)
-gtnameserv$(EXEEXT): $(gtnameserv_OBJECTS) $(gtnameserv_DEPENDENCIES) 
-       @rm -f gtnameserv$(EXEEXT)
-       $(LINK) $(gtnameserv_LDFLAGS) $(gtnameserv_OBJECTS) $(gtnameserv_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gappletviewer$(EXEEXT): $(gappletviewer_OBJECTS) $(gappletviewer_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gappletviewer$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gappletviewer_LDFLAGS) $(gappletviewer_OBJECTS) $(gappletviewer_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gjar$(EXEEXT): $(gjar_OBJECTS) $(gjar_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gjar$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gjar_LDFLAGS) $(gjar_OBJECTS) $(gjar_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gjarsigner$(EXEEXT): $(gjarsigner_OBJECTS) $(gjarsigner_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gjarsigner$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gjarsigner_LDFLAGS) $(gjarsigner_OBJECTS) $(gjarsigner_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gjavah$(EXEEXT): $(gjavah_OBJECTS) $(gjavah_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gjavah$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gjavah_LDFLAGS) $(gjavah_OBJECTS) $(gjavah_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gkeytool$(EXEEXT): $(gkeytool_OBJECTS) $(gkeytool_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gkeytool$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gkeytool_LDFLAGS) $(gkeytool_OBJECTS) $(gkeytool_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gnative2ascii$(EXEEXT): $(gnative2ascii_OBJECTS) $(gnative2ascii_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gnative2ascii$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gnative2ascii_LDFLAGS) $(gnative2ascii_OBJECTS) $(gnative2ascii_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gorbd$(EXEEXT): $(gorbd_OBJECTS) $(gorbd_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gorbd$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gorbd_LDFLAGS) $(gorbd_OBJECTS) $(gorbd_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@grmic$(EXEEXT): $(grmic_OBJECTS) $(grmic_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f grmic$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(grmic_LDFLAGS) $(grmic_OBJECTS) $(grmic_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@grmid$(EXEEXT): $(grmid_OBJECTS) $(grmid_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f grmid$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(grmid_LDFLAGS) $(grmid_OBJECTS) $(grmid_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@grmiregistry$(EXEEXT): $(grmiregistry_OBJECTS) $(grmiregistry_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f grmiregistry$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(grmiregistry_LDFLAGS) $(grmiregistry_OBJECTS) $(grmiregistry_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gserialver$(EXEEXT): $(gserialver_OBJECTS) $(gserialver_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gserialver$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gserialver_LDFLAGS) $(gserialver_OBJECTS) $(gserialver_LDADD) $(LIBS)
+@CREATE_WRAPPERS_TRUE@gtnameserv$(EXEEXT): $(gtnameserv_OBJECTS) $(gtnameserv_DEPENDENCIES) 
+@CREATE_WRAPPERS_TRUE@ @rm -f gtnameserv$(EXEEXT)
+@CREATE_WRAPPERS_TRUE@ $(LINK) $(gtnameserv_LDFLAGS) $(gtnameserv_OBJECTS) $(gtnameserv_LDADD) $(LIBS)
 install-binSCRIPTS: $(bin_SCRIPTS)
        @$(NORMAL_INSTALL)
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
@@ -1092,6 +1093,18 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
        uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-info-am
 
 @FOUND_ECJ_FALSE@@FOUND_GCJ_FALSE@@FOUND_JAVAC_FALSE@error dunno how to setup the JCOMPILER and compile
+@CREATE_WRAPPERS_FALSE@gappletviewer: gappletviewer.in
+@CREATE_WRAPPERS_FALSE@gjarsigner: gjarsigner.in
+@CREATE_WRAPPERS_FALSE@gkeytool: gkeytool.in
+@CREATE_WRAPPERS_FALSE@gjar: gjar.in
+@CREATE_WRAPPERS_FALSE@gnative2ascii: gnative2ascii.in
+@CREATE_WRAPPERS_FALSE@gserialver: gserialver.in
+@CREATE_WRAPPERS_FALSE@gjavah: gjavah.in
+@CREATE_WRAPPERS_FALSE@grmiregistry: grmiregistry.in
+@CREATE_WRAPPERS_FALSE@gtnameserv: gtnameserv.in
+@CREATE_WRAPPERS_FALSE@gorbd: gorbd.in
+@CREATE_WRAPPERS_FALSE@grmid: grmid.in
+@CREATE_WRAPPERS_FALSE@grmic: grmic.in
 
 # Make sure everything is included in the distribution.
 dist-hook: