OSDN Git Service

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