OSDN Git Service

Merge basic-improvements-branch to trunk
[pf3gnuchains/gcc-fork.git] / libjava / aclocal.m4
1 dnl aclocal.m4 generated automatically by aclocal 1.4-p5
2
3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7
8 dnl This program is distributed in the hope that it will be useful,
9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 dnl PARTICULAR PURPOSE.
12
13 sinclude(../config/accross.m4)
14
15 AC_DEFUN(LIBGCJ_CONFIGURE,
16 [
17 dnl Default to --enable-multilib
18 AC_ARG_ENABLE(multilib,
19 [  --enable-multilib       build many library versions (default)],
20 [case "${enableval}" in
21   yes) multilib=yes ;;
22   no)  multilib=no ;;
23   *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
24  esac], [multilib=yes])dnl
25
26 dnl We may get other options which we don't document:
27 dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
28
29 # When building with srcdir == objdir, links to the source files will
30 # be created in directories within the target_subdir.  We have to
31 # adjust toplevel_srcdir accordingly, so that configure finds
32 # install-sh and other auxiliary files that live in the top-level
33 # source directory.
34 if test "${srcdir}" = "."; then
35   if test -z "${with_target_subdir}"; then
36     toprel=".."
37   else
38     if test "${with_target_subdir}" != "."; then
39       toprel="${with_multisrctop}../.."
40     else
41       toprel="${with_multisrctop}.."
42     fi
43   fi
44 else
45   toprel=".."
46 fi
47
48 libgcj_basedir=$srcdir/$toprel/$1/libjava
49 AC_SUBST(libgcj_basedir)
50
51 AC_CONFIG_AUX_DIR(${srcdir}/$toprel)
52 if :; then :; else
53   # This overrides the previous occurrence for automake, but not for
54   # autoconf, which is exactly what we want.
55   AC_CONFIG_AUX_DIR(..)
56 fi
57
58 # This works around an automake problem.
59 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
60 AC_SUBST(mkinstalldirs)
61
62 AC_CANONICAL_SYSTEM
63
64 dnl This shouldn't be needed, as long as top-level dependencies are
65 dnl defined correctly and shared-library paths are set up so that
66 dnl execution tests succeed.  FIXME.
67 define([AC_PROG_CC_WORKS],[])
68 define([AC_PROG_CXX_WORKS],[])
69
70 AC_PROG_CC
71
72 # We use the libstdc++-v3 version of LIB_AC_PROG_CXX, but use
73 # glibjava_CXX instead of glibcpp_CXX.  That's because we're passed a
74 # different definition of CXX than other directories, since we don't
75 # depend on libstdc++-v3 having already been built.
76 AC_DEFUN(LIB_AC_PROG_CXX,
77 [AC_BEFORE([$0], [AC_PROG_CXXCPP])dnl
78 dnl Fool anybody using AC_PROG_CXX.
79 AC_PROVIDE([AC_PROG_CXX])
80 # Use glibjava_CXX so that we do not cause CXX to be cached with the
81 # flags that come in CXX while configuring libjava.  They're different
82 # from those used for all other target libraries.  If CXX is set in
83 # the environment, respect that here.
84 glibjava_CXX=$CXX
85 AC_CHECK_PROGS(glibjava_CXX, $CCC c++ g++ gcc CC cxx cc++, gcc)
86 AC_SUBST(CXX)
87 CXX=$glibjava_CXX
88 test -z "$glibjava_CXX" && AC_MSG_ERROR([no acceptable c++ found in \$PATH])
89
90 AC_PROG_CXX_GNU
91
92 if test $ac_cv_prog_gxx = yes; then
93   GXX=yes
94 dnl Check whether -g works, even if CXXFLAGS is set, in case the package
95 dnl plays around with CXXFLAGS (such as to build both debugging and
96 dnl normal versions of a library), tasteless as that idea is.
97   ac_test_CXXFLAGS="${CXXFLAGS+set}"
98   ac_save_CXXFLAGS="$CXXFLAGS"
99   CXXFLAGS=
100   AC_PROG_CXX_G
101   if test "$ac_test_CXXFLAGS" = set; then
102     CXXFLAGS="$ac_save_CXXFLAGS"
103   elif test $ac_cv_prog_cxx_g = yes; then
104     CXXFLAGS="-g -O2"
105   else
106     CXXFLAGS="-O2"
107   fi
108 else
109   GXX=
110   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
111 fi
112 ])
113
114 LIB_AC_PROG_CXX
115
116 dnl version is pulled out to make it a bit easier to change using sed.
117 version=0.0.7
118 dnl Still use "libjava" here to placate dejagnu.
119 AM_INIT_AUTOMAKE(libjava, $version)
120
121 # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD).  If we don't
122 # run it explicitly here, it will be run implicitly before
123 # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
124 # be run before AC_CANONICAL_HOST.
125 AC_CANONICAL_BUILD
126
127 AC_CHECK_TOOL(AS, as)
128 AC_CHECK_TOOL(AR, ar)
129 AC_CHECK_TOOL(RANLIB, ranlib, :)
130
131 AC_PROG_INSTALL
132
133 AM_MAINTAINER_MODE
134
135 AC_EXEEXT
136
137 # configure.host sets the following important variables
138 #       libgcj_cflags    - host specific C compiler flags
139 #       libgcj_cxxflags  - host specific C++ compiler flags
140 #       libgcj_javaflags - host specific Java compiler flags
141
142 libgcj_cflags=
143 libgcj_cxxflags=
144 libgcj_javaflags=
145
146 . [$]{srcdir}/configure.host
147
148 LIBGCJ_CFLAGS="[$]{libgcj_cflags}"
149 LIBGCJ_CXXFLAGS="[$]{libgcj_cxxflags}"
150 LIBGCJ_JAVAFLAGS="[$]{libgcj_javaflags}"
151 AC_SUBST(LIBGCJ_CFLAGS)
152 AC_SUBST(LIBGCJ_CXXFLAGS)
153 AC_SUBST(LIBGCJ_JAVAFLAGS)
154 ])dnl
155
156 sinclude(../libtool.m4)
157 dnl The lines below arrange for aclocal not to bring libtool.m4
158 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
159 dnl to add a definition of LIBTOOL to Makefile.in.
160 ifelse(yes,no,[
161 AC_DEFUN([AM_PROG_LIBTOOL],)
162 AC_DEFUN([AC_LIBTOOL_DLOPEN],)
163 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
164 AC_DEFUN([LT_AC_PROG_GCJ],)
165 AC_SUBST(GCJ)
166 AC_SUBST(LIBTOOL)
167 ])
168
169 #serial AM2
170
171 dnl From Bruno Haible.
172
173 AC_DEFUN([AM_ICONV],
174 [
175   dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
176   dnl those with the standalone portable GNU libiconv installed).
177
178   am_cv_lib_iconv_ldpath=
179   AC_ARG_WITH([libiconv-prefix],
180 [  --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib], [
181     for dir in `echo "$withval" | tr : ' '`; do
182       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
183       if test -d $dir/lib; then am_cv_lib_iconv_ldpath="-L$dir/lib"; fi
184     done
185    ])
186
187   AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [
188     am_cv_func_iconv="no, consider installing GNU libiconv"
189     am_cv_lib_iconv=no
190     AC_TRY_LINK([#include <stdlib.h>
191 #include <iconv.h>],
192       [iconv_t cd = iconv_open("","");
193        iconv(cd,NULL,NULL,NULL,NULL);
194        iconv_close(cd);],
195       am_cv_func_iconv=yes)
196     if test "$am_cv_func_iconv" != yes; then
197       am_save_LIBS="$LIBS"
198       LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
199       AC_TRY_LINK([#include <stdlib.h>
200 #include <iconv.h>],
201         [iconv_t cd = iconv_open("","");
202          iconv(cd,NULL,NULL,NULL,NULL);
203          iconv_close(cd);],
204         am_cv_lib_iconv=yes
205         am_cv_func_iconv=yes)
206       LIBS="$am_save_LIBS"
207     fi
208   ])
209   if test "$am_cv_func_iconv" = yes; then
210     AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.])
211     AC_MSG_CHECKING([for iconv declaration])
212     AC_CACHE_VAL(am_cv_proto_iconv, [
213       AC_TRY_COMPILE([
214 #include <stdlib.h>
215 #include <iconv.h>
216 extern
217 #ifdef __cplusplus
218 "C"
219 #endif
220 #if defined(__STDC__) || defined(__cplusplus)
221 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
222 #else
223 size_t iconv();
224 #endif
225 ], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const")
226       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
227     am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
228     AC_MSG_RESULT([$]{ac_t:-
229          }[$]am_cv_proto_iconv)
230     AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1,
231       [Define as const if the declaration of iconv() needs const.])
232   fi
233   LIBICONV=
234   if test "$am_cv_lib_iconv" = yes; then
235     LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
236   fi
237   AC_SUBST(LIBICONV)
238 ])
239
240 # Check whether LC_MESSAGES is available in <locale.h>.
241 # Ulrich Drepper <drepper@cygnus.com>, 1995.
242 #
243 # This file can be copied and used freely without restrictions.  It can
244 # be used in projects which are not available under the GNU General Public
245 # License or the GNU Library General Public License but which still want
246 # to provide support for the GNU gettext functionality.
247 # Please note that the actual code of the GNU gettext library is covered
248 # by the GNU Library General Public License, and the rest of the GNU
249 # gettext package package is covered by the GNU General Public License.
250 # They are *not* in the public domain.
251
252 # serial 2
253
254 AC_DEFUN([AM_LC_MESSAGES],
255   [if test $ac_cv_header_locale_h = yes; then
256     AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
257       [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
258        am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
259     if test $am_cv_val_LC_MESSAGES = yes; then
260       AC_DEFINE(HAVE_LC_MESSAGES, 1,
261         [Define if your <locale.h> file defines LC_MESSAGES.])
262     fi
263   fi])
264
265 # Do all the work for Automake.  This macro actually does too much --
266 # some checks are only needed if your package does certain things.
267 # But this isn't really a big deal.
268
269 # serial 1
270
271 dnl Usage:
272 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
273
274 AC_DEFUN([AM_INIT_AUTOMAKE],
275 [AC_REQUIRE([AC_PROG_INSTALL])
276 PACKAGE=[$1]
277 AC_SUBST(PACKAGE)
278 VERSION=[$2]
279 AC_SUBST(VERSION)
280 dnl test to see if srcdir already configured
281 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
282   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
283 fi
284 ifelse([$3],,
285 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
286 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
287 AC_REQUIRE([AM_SANITY_CHECK])
288 AC_REQUIRE([AC_ARG_PROGRAM])
289 dnl FIXME This is truly gross.
290 missing_dir=`cd $ac_aux_dir && pwd`
291 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
292 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
293 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
294 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
295 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
296 AC_REQUIRE([AC_PROG_MAKE_SET])])
297
298 #
299 # Check to make sure that the build environment is sane.
300 #
301
302 AC_DEFUN([AM_SANITY_CHECK],
303 [AC_MSG_CHECKING([whether build environment is sane])
304 # Just in case
305 sleep 1
306 echo timestamp > conftestfile
307 # Do `set' in a subshell so we don't clobber the current shell's
308 # arguments.  Must try -L first in case configure is actually a
309 # symlink; some systems play weird games with the mod time of symlinks
310 # (eg FreeBSD returns the mod time of the symlink's containing
311 # directory).
312 if (
313    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
314    if test "[$]*" = "X"; then
315       # -L didn't work.
316       set X `ls -t $srcdir/configure conftestfile`
317    fi
318    if test "[$]*" != "X $srcdir/configure conftestfile" \
319       && test "[$]*" != "X conftestfile $srcdir/configure"; then
320
321       # If neither matched, then we have a broken ls.  This can happen
322       # if, for instance, CONFIG_SHELL is bash and it inherits a
323       # broken ls alias from the environment.  This has actually
324       # happened.  Such a system could not be considered "sane".
325       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
326 alias in your environment])
327    fi
328
329    test "[$]2" = conftestfile
330    )
331 then
332    # Ok.
333    :
334 else
335    AC_MSG_ERROR([newly created file is older than distributed files!
336 Check your system clock])
337 fi
338 rm -f conftest*
339 AC_MSG_RESULT(yes)])
340
341 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
342 dnl The program must properly implement --version.
343 AC_DEFUN([AM_MISSING_PROG],
344 [AC_MSG_CHECKING(for working $2)
345 # Run test in a subshell; some versions of sh will print an error if
346 # an executable is not found, even if stderr is redirected.
347 # Redirect stdin to placate older versions of autoconf.  Sigh.
348 if ($2 --version) < /dev/null > /dev/null 2>&1; then
349    $1=$2
350    AC_MSG_RESULT(found)
351 else
352    $1="$3/missing $2"
353    AC_MSG_RESULT(missing)
354 fi
355 AC_SUBST($1)])
356
357 # Add --enable-maintainer-mode option to configure.
358 # From Jim Meyering
359
360 # serial 1
361
362 AC_DEFUN([AM_MAINTAINER_MODE],
363 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
364   dnl maintainer-mode is disabled by default
365   AC_ARG_ENABLE(maintainer-mode,
366 [  --enable-maintainer-mode enable make rules and dependencies not useful
367                           (and sometimes confusing) to the casual installer],
368       USE_MAINTAINER_MODE=$enableval,
369       USE_MAINTAINER_MODE=no)
370   AC_MSG_RESULT($USE_MAINTAINER_MODE)
371   AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
372   MAINT=$MAINTAINER_MODE_TRUE
373   AC_SUBST(MAINT)dnl
374 ]
375 )
376
377 # Define a conditional.
378
379 AC_DEFUN([AM_CONDITIONAL],
380 [AC_SUBST($1_TRUE)
381 AC_SUBST($1_FALSE)
382 if $2; then
383   $1_TRUE=
384   $1_FALSE='#'
385 else
386   $1_TRUE='#'
387   $1_FALSE=
388 fi])
389
390 # Like AC_CONFIG_HEADER, but automatically create stamp file.
391
392 AC_DEFUN([AM_CONFIG_HEADER],
393 [AC_PREREQ([2.12])
394 AC_CONFIG_HEADER([$1])
395 dnl When config.status generates a header, we must update the stamp-h file.
396 dnl This file resides in the same directory as the config header
397 dnl that is generated.  We must strip everything past the first ":",
398 dnl and everything past the last "/".
399 AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
400 ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
401 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
402 <<am_indx=1
403 for am_file in <<$1>>; do
404   case " <<$>>CONFIG_HEADERS " in
405   *" <<$>>am_file "*<<)>>
406     echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
407     ;;
408   esac
409   am_indx=`expr "<<$>>am_indx" + 1`
410 done<<>>dnl>>)
411 changequote([,]))])
412