First version committed to git
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / tic80 / aclocal.m4
blobe5f9f2050498ceb431319a963b8981619624a50b
1 dnl aclocal.m4 generated automatically by aclocal 1.4-p6
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.
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.
13 dnl This provides configure definitions used by all the newlib
14 dnl configure.in files.
16 dnl Basic newlib configury.  This calls basic introductory stuff,
17 dnl including AM_INIT_AUTOMAKE and AC_CANONICAL_HOST.  It also runs
18 dnl configure.host.  The only argument is the relative path to the top
19 dnl newlib directory.
21 AC_DEFUN(NEWLIB_CONFIGURE,
23 dnl Default to --enable-multilib
24 AC_ARG_ENABLE(multilib,
25 [  --enable-multilib         build many library versions (default)],
26 [case "${enableval}" in
27   yes) multilib=yes ;;
28   no)  multilib=no ;;
29   *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
30  esac], [multilib=yes])dnl
32 dnl Support --enable-target-optspace
33 AC_ARG_ENABLE(target-optspace,
34 [  --enable-target-optspace  optimize for space],
35 [case "${enableval}" in
36   yes) target_optspace=yes ;;
37   no)  target_optspace=no ;;
38   *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
39  esac], [target_optspace=])dnl
41 dnl Support --enable-malloc-debugging - currently only supported for Cygwin
42 AC_ARG_ENABLE(malloc-debugging,
43 [  --enable-malloc-debugging indicate malloc debugging requested],
44 [case "${enableval}" in
45   yes) malloc_debugging=yes ;;
46   no)  malloc_debugging=no ;;
47   *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
48  esac], [malloc_debugging=])dnl
50 dnl Support --enable-newlib-mb
51 AC_ARG_ENABLE(newlib-mb,
52 [  --enable-newlib-mb        enable multibyte support],
53 [case "${enableval}" in
54   yes) newlib_mb=yes ;;
55   no)  newlib_mb=no ;;
56   *)   AC_MSG_ERROR(bad value ${enableval} for newlib-mb option) ;;
57  esac], [newlib_mb=])dnl
59 dnl Support --enable-newlib-iconv
60 AC_ARG_ENABLE(newlib-iconv,
61 [  --enable-newlib-iconv     enable iconv library support],
62 [case "${enableval}" in
63   yes) newlib_iconv=yes ;;
64   no)  newlib_iconv=no ;;
65   *)   AC_MSG_ERROR(bad value ${enableval} for newlib-iconv option) ;;
66  esac], [newlib_iconv=])dnl
68 dnl Support --enable-newlib-builtin-converters
69 AC_ARG_ENABLE(newlib-builtin-converters,
70 [  --enable-newlib-builtin-converters   enable specific comma-separated list of iconv converters to be built-in],
71 [if test x${enableval} = x; then
72    AC_MSG_ERROR(bad value ${enableval} for newlib-builtin-converters option - use comma-separated list)
73  fi
74  builtin_converters=${enableval}
75  ], [builtin_converters=])dnl
77 dnl Support --enable-newlib-multithread
78 AC_ARG_ENABLE(newlib-multithread,
79 [  --enable-newlib-multithread        enable support for multiple threads],
80 [case "${enableval}" in
81   yes) newlib_multithread=yes ;;
82   no)  newlib_multithread=no ;;
83   *)   AC_MSG_ERROR(bad value ${enableval} for newlib-multithread option) ;;
84  esac], [newlib_multithread=yes])dnl
86 dnl Support --enable-newlib-elix-level
87 AC_ARG_ENABLE(newlib-elix-level,
88 [  --enable-newlib-elix-level         supply desired elix library level (1-4)],
89 [case "${enableval}" in
90   0)   newlib_elix_level=0 ;;
91   1)   newlib_elix_level=1 ;;
92   2)   newlib_elix_level=2 ;;
93   3)   newlib_elix_level=3 ;;
94   4)   newlib_elix_level=4 ;;
95   *)   AC_MSG_ERROR(bad value ${enableval} for newlib-elix-level option) ;;
96  esac], [newlib_elix_level=0])dnl
98 dnl Support --disable-newlib-io-float
99 AC_ARG_ENABLE(newlib-io-float,
100 [  --disable-newlib-io-float disable printf/scanf family float support],
101 [case "${enableval}" in
102   yes) newlib_io_float=yes ;;
103   no)  newlib_io_float=no ;;
104   *)   AC_MSG_ERROR(bad value ${enableval} for newlib-io-float option) ;;
105  esac], [newlib_io_float=yes])dnl
107 dnl Support --disable-newlib-supplied-syscalls
108 AC_ARG_ENABLE(newlib-supplied-syscalls,
109 [  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls],
110 [case "${enableval}" in
111   yes) newlib_may_supply_syscalls=yes ;;
112   no)  newlib_may_supply_syscalls=no ;;
113   *)   AC_MSG_ERROR(bad value ${enableval} for newlib-supplied-syscalls option) ;;
114  esac], [newlib_may_supply_syscalls=yes])dnl
116 AM_CONDITIONAL(MAY_SUPPLY_SYSCALLS, test x[$]{newlib_may_supply_syscalls} = xyes)
118 dnl We may get other options which we don't document:
119 dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
121 test -z "[$]{with_target_subdir}" && with_target_subdir=.
123 if test "[$]{srcdir}" = "."; then
124   if test "[$]{with_target_subdir}" != "."; then
125     newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
126   else
127     newlib_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
128   fi
129 else
130   newlib_basedir="[$]{srcdir}/$1"
132 AC_SUBST(newlib_basedir)
134 AC_CANONICAL_SYSTEM
136 AM_INIT_AUTOMAKE(newlib, 1.12.0)
138 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
139 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
140 # are probably using a cross compiler, which will not be able to fully
141 # link an executable.  This should really be fixed in autoconf
142 # itself.
144 AC_DEFUN(LIB_AC_PROG_CC,
145 [AC_BEFORE([$0], [AC_PROG_CPP])dnl
146 AC_CHECK_PROG(CC, gcc, gcc)
147 if test -z "$CC"; then
148   AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
149   test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
152 AC_PROG_CC_GNU
154 if test $ac_cv_prog_gcc = yes; then
155   GCC=yes
156 dnl Check whether -g works, even if CFLAGS is set, in case the package
157 dnl plays around with CFLAGS (such as to build both debugging and
158 dnl normal versions of a library), tasteless as that idea is.
159   ac_test_CFLAGS="${CFLAGS+set}"
160   ac_save_CFLAGS="$CFLAGS"
161   CFLAGS=
162   AC_PROG_CC_G
163   if test "$ac_test_CFLAGS" = set; then
164     CFLAGS="$ac_save_CFLAGS"
165   elif test $ac_cv_prog_cc_g = yes; then
166     CFLAGS="-g -O2"
167   else
168     CFLAGS="-O2"
169   fi
170 else
171   GCC=
172   test "${CFLAGS+set}" = set || CFLAGS="-g"
176 LIB_AC_PROG_CC
178 AC_CHECK_TOOL(AS, as)
179 AC_CHECK_TOOL(AR, ar)
180 AC_CHECK_TOOL(RANLIB, ranlib, :)
182 AC_PROG_INSTALL
184 AM_MAINTAINER_MODE
186 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
187 # at least currently, we never actually build a program, so we never
188 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
189 # fails, because we are probably configuring with a cross compiler
190 # which can't create executables.  So we include AC_EXEEXT to keep
191 # automake happy, but we don't execute it, since we don't care about
192 # the result.
193 if false; then
194   AC_EXEEXT
197 . [$]{newlib_basedir}/configure.host
199 newlib_cflags="[$]{newlib_cflags} -fno-builtin"
201 NEWLIB_CFLAGS=${newlib_cflags}
202 AC_SUBST(NEWLIB_CFLAGS)
204 LDFLAGS=${ldflags}
205 AC_SUBST(LDFLAGS)
207 AM_CONDITIONAL(ELIX_LEVEL_0, test x[$]{newlib_elix_level} = x0)
208 AM_CONDITIONAL(ELIX_LEVEL_1, test x[$]{newlib_elix_level} = x1)
209 AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
210 AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
211 AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
213 AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
215 # Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
216 # use oext, which is set in configure.host based on the target platform.
217 OBJEXT=${oext}
219 AC_SUBST(OBJEXT)
220 AC_SUBST(oext)
221 AC_SUBST(aext)
223 AC_SUBST(libm_machine_dir)
224 AC_SUBST(machine_dir)
225 AC_SUBST(sys_dir)
228 # Do all the work for Automake.  This macro actually does too much --
229 # some checks are only needed if your package does certain things.
230 # But this isn't really a big deal.
232 # serial 1
234 dnl Usage:
235 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
237 AC_DEFUN([AM_INIT_AUTOMAKE],
238 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
239 AC_REQUIRE([AC_PROG_INSTALL])
240 PACKAGE=[$1]
241 AC_SUBST(PACKAGE)
242 VERSION=[$2]
243 AC_SUBST(VERSION)
244 dnl test to see if srcdir already configured
245 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
246   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
248 ifelse([$3],,
249 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
250 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
251 AC_REQUIRE([AM_SANITY_CHECK])
252 AC_REQUIRE([AC_ARG_PROGRAM])
253 dnl FIXME This is truly gross.
254 missing_dir=`cd $ac_aux_dir && pwd`
255 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
256 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
257 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
258 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
259 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
260 AC_REQUIRE([AC_PROG_MAKE_SET])])
262 # Copyright 2002  Free Software Foundation, Inc.
264 # This program is free software; you can redistribute it and/or modify
265 # it under the terms of the GNU General Public License as published by
266 # the Free Software Foundation; either version 2, or (at your option)
267 # any later version.
269 # This program is distributed in the hope that it will be useful,
270 # but WITHOUT ANY WARRANTY; without even the implied warranty of
271 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
272 # GNU General Public License for more details.
274 # You should have received a copy of the GNU General Public License
275 # along with this program; if not, write to the Free Software
276 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
278 # AM_AUTOMAKE_VERSION(VERSION)
279 # ----------------------------
280 # Automake X.Y traces this macro to ensure aclocal.m4 has been
281 # generated from the m4 files accompanying Automake X.Y.
282 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
284 # AM_SET_CURRENT_AUTOMAKE_VERSION
285 # -------------------------------
286 # Call AM_AUTOMAKE_VERSION so it can be traced.
287 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
288 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
289          [AM_AUTOMAKE_VERSION([1.4-p6])])
292 # Check to make sure that the build environment is sane.
295 AC_DEFUN([AM_SANITY_CHECK],
296 [AC_MSG_CHECKING([whether build environment is sane])
297 # Just in case
298 sleep 1
299 echo timestamp > conftestfile
300 # Do `set' in a subshell so we don't clobber the current shell's
301 # arguments.  Must try -L first in case configure is actually a
302 # symlink; some systems play weird games with the mod time of symlinks
303 # (eg FreeBSD returns the mod time of the symlink's containing
304 # directory).
305 if (
306    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
307    if test "[$]*" = "X"; then
308       # -L didn't work.
309       set X `ls -t $srcdir/configure conftestfile`
310    fi
311    if test "[$]*" != "X $srcdir/configure conftestfile" \
312       && test "[$]*" != "X conftestfile $srcdir/configure"; then
314       # If neither matched, then we have a broken ls.  This can happen
315       # if, for instance, CONFIG_SHELL is bash and it inherits a
316       # broken ls alias from the environment.  This has actually
317       # happened.  Such a system could not be considered "sane".
318       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
319 alias in your environment])
320    fi
322    test "[$]2" = conftestfile
323    )
324 then
325    # Ok.
326    :
327 else
328    AC_MSG_ERROR([newly created file is older than distributed files!
329 Check your system clock])
331 rm -f conftest*
332 AC_MSG_RESULT(yes)])
334 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
335 dnl The program must properly implement --version.
336 AC_DEFUN([AM_MISSING_PROG],
337 [AC_MSG_CHECKING(for working $2)
338 # Run test in a subshell; some versions of sh will print an error if
339 # an executable is not found, even if stderr is redirected.
340 # Redirect stdin to placate older versions of autoconf.  Sigh.
341 if ($2 --version) < /dev/null > /dev/null 2>&1; then
342    $1=$2
343    AC_MSG_RESULT(found)
344 else
345    $1="$3/missing $2"
346    AC_MSG_RESULT(missing)
348 AC_SUBST($1)])
350 # Define a conditional.
352 AC_DEFUN([AM_CONDITIONAL],
353 [AC_SUBST($1_TRUE)
354 AC_SUBST($1_FALSE)
355 if $2; then
356   $1_TRUE=
357   $1_FALSE='#'
358 else
359   $1_TRUE='#'
360   $1_FALSE=
361 fi])
363 # Add --enable-maintainer-mode option to configure.
364 # From Jim Meyering
366 # serial 1
368 AC_DEFUN([AM_MAINTAINER_MODE],
369 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
370   dnl maintainer-mode is disabled by default
371   AC_ARG_ENABLE(maintainer-mode,
372 [  --enable-maintainer-mode enable make rules and dependencies not useful
373                           (and sometimes confusing) to the casual installer],
374       USE_MAINTAINER_MODE=$enableval,
375       USE_MAINTAINER_MODE=no)
376   AC_MSG_RESULT($USE_MAINTAINER_MODE)
377   AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
378   MAINT=$MAINTAINER_MODE_TRUE
379   AC_SUBST(MAINT)dnl