2004-05-24 12:50:45 +02:00
|
|
|
# -*- Autoconf -*-
|
|
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
|
2004-06-12 07:53:54 +02:00
|
|
|
AC_PREREQ(2.59)
|
2004-05-24 12:50:45 +02:00
|
|
|
AC_INIT(cpplib, [ ], gcc-bugs@gcc.gnu.org, cpplib)
|
|
|
|
AC_CONFIG_SRCDIR(ucnid.h)
|
gettext-sister.m4: Renamed from gettext.m4
config/
2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
* gettext-sister.m4: Renamed from gettext.m4
* codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4,
inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4,
lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4,
uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
gcc/
2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4: Update for rename of gettext-sister.m4.
libcpp/
2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (aclocal.m4): Update dependencies.
* configure.ac (AC_CONFIG_MACRO_DIR): New.
* aclocal.m4, configure: Regenerate.
intl/
2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac (AC_CONFIG_MACRO_DIR): New.
(ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
* Makefile.in: Update with maintainer mode rules.
* README: Update aclocal regeneration instructions.
* aclocal.m4, configure: Regenerate.
From-SVN: r87900
2004-09-23 01:53:59 +02:00
|
|
|
AC_CONFIG_MACRO_DIR(../config)
|
2004-05-24 12:50:45 +02:00
|
|
|
AC_CANONICAL_SYSTEM
|
|
|
|
|
|
|
|
# Checks for programs.
|
2004-09-24 23:39:06 +02:00
|
|
|
AC_PROG_MAKE_SET
|
|
|
|
AC_PROG_INSTALL
|
2004-05-24 12:50:45 +02:00
|
|
|
AC_PROG_CC
|
|
|
|
AC_PROG_RANLIB
|
|
|
|
|
2004-08-25 10:10:02 +02:00
|
|
|
MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
|
|
|
|
AC_CHECK_PROGS([ACLOCAL], [aclocal], [$MISSING aclocal])
|
|
|
|
AC_CHECK_PROGS([AUTOCONF], [autoconf], [$MISSING autoconf])
|
|
|
|
AC_CHECK_PROGS([AUTOHEADER], [autoheader], [$MISSING autoheader])
|
|
|
|
|
2004-09-24 23:39:06 +02:00
|
|
|
# Figure out what compiler warnings we can enable.
|
|
|
|
# See config/warnings.m4 for details.
|
|
|
|
|
|
|
|
ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \
|
2005-07-24 05:44:26 +02:00
|
|
|
-Wmissing-prototypes -Wold-style-definition \
|
|
|
|
-Wmissing-format-attribute])
|
2004-09-24 23:39:06 +02:00
|
|
|
ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long])
|
|
|
|
|
|
|
|
# Only enable with --enable-werror-always until existing warnings are
|
|
|
|
# corrected.
|
|
|
|
ACX_PROG_CC_WARNINGS_ARE_ERRORS([manual])
|
|
|
|
|
2005-06-13 10:26:05 +02:00
|
|
|
# Dependency checking.
|
|
|
|
ZW_CREATE_DEPDIR
|
|
|
|
ZW_PROG_COMPILER_DEPENDENCIES([CC])
|
|
|
|
|
2004-05-24 12:50:45 +02:00
|
|
|
# Checks for header files.
|
|
|
|
AC_HEADER_TIME
|
|
|
|
ACX_HEADER_STRING
|
|
|
|
AC_CHECK_HEADERS(iconv.h locale.h fcntl.h limits.h stddef.h \
|
|
|
|
stdlib.h strings.h string.h sys/file.h unistd.h)
|
|
|
|
|
|
|
|
# Checks for typedefs, structures, and compiler characteristics.
|
|
|
|
AC_C_CONST
|
|
|
|
AC_C_INLINE
|
|
|
|
AC_FUNC_OBSTACK
|
|
|
|
AC_TYPE_OFF_T
|
|
|
|
AC_TYPE_SIZE_T
|
|
|
|
AC_STRUCT_TM
|
|
|
|
AC_CHECK_SIZEOF(int)
|
|
|
|
AC_CHECK_SIZEOF(long)
|
configure.ac (fixincludes_UNLOCKED_FUNCS): New.
fixincludes:
* configure.ac (fixincludes_UNLOCKED_FUNCS): New.
(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
* system.h (putchar, getc, getchar, clearerr, feof, fileno,
fflush, fgetc, fgets, ferror, fread): Redefine to the associated
_unlocked function.
(fwrite_unlocked): Fix prototype.
* configure, config.h.in: Regenerate.
gcc:
PR/17092
* configure.ac (gcc_UNLOCKED_FUNCS): New.
(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
* system.h (putchar, getc, getchar, clearerr, feof, fileno,
fflush, fgetc, fgets, ferror, fread): Redefine to the associated
_unlocked function.
(fwrite_unlocked): Fix prototype.
* configure, config.in: Regenerate.
libcpp:
* configure.ac (libcpp_UNLOCKED_FUNCS): New.
(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
* system.h (putchar, getc, getchar, clearerr, feof, fileno,
fflush, fgetc, fgets, ferror, fread): Redefine to the associated
_unlocked function.
(fwrite_unlocked): Fix prototype.
* configure, config.in: Regenerate.
From-SVN: r97986
2005-04-11 23:46:59 +02:00
|
|
|
define(libcpp_UNLOCKED_FUNCS, clearerr_unlocked feof_unlocked dnl
|
|
|
|
ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked dnl
|
|
|
|
fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked dnl
|
|
|
|
fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
|
|
|
|
putchar_unlocked putc_unlocked)
|
|
|
|
AC_CHECK_FUNCS(libcpp_UNLOCKED_FUNCS)
|
2005-05-28 17:52:48 +02:00
|
|
|
AC_CHECK_DECLS(m4_split(m4_normalize(abort asprintf basename errno getopt \
|
|
|
|
libcpp_UNLOCKED_FUNCS vasprintf)))
|
2004-05-24 12:50:45 +02:00
|
|
|
|
|
|
|
# Checks for library functions.
|
|
|
|
AC_FUNC_ALLOCA
|
|
|
|
AC_HEADER_STDC
|
|
|
|
AM_LANGINFO_CODESET
|
|
|
|
ZW_GNU_GETTEXT_SISTER_DIR
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(for uchar, gcc_cv_type_uchar,
|
|
|
|
[AC_TRY_COMPILE([
|
2004-11-24 15:00:38 +01:00
|
|
|
#include <sys/types.h>
|
2004-05-24 12:50:45 +02:00
|
|
|
],
|
|
|
|
[if ((uchar *)0) return 0;
|
|
|
|
if (sizeof(uchar)) return 0;],
|
|
|
|
ac_cv_type_uchar=yes, ac_cv_type_uchar=no)])
|
|
|
|
if test $ac_cv_type_uchar = yes; then
|
|
|
|
AC_DEFINE(HAVE_UCHAR, 1,
|
|
|
|
[Define if <sys/types.h> defines \`uchar'.])
|
|
|
|
fi
|
|
|
|
|
|
|
|
AM_ICONV
|
2004-08-25 10:10:02 +02:00
|
|
|
|
|
|
|
# More defines and substitutions.
|
2004-08-28 20:04:17 +02:00
|
|
|
PACKAGE="$PACKAGE_TARNAME"
|
2004-08-25 10:10:02 +02:00
|
|
|
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define to the name of this package.])
|
|
|
|
AC_SUBST(PACKAGE)
|
|
|
|
|
|
|
|
if test "x$enable_nls" != xno; then
|
|
|
|
USED_CATALOGS='$(CATALOGS)'
|
|
|
|
else
|
|
|
|
USED_CATALOGS=
|
|
|
|
fi
|
|
|
|
AC_SUBST(USED_CATALOGS)
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(maintainer-mode,
|
|
|
|
[ --enable-maintainer-mode enable rules only needed by maintainers],,
|
|
|
|
enable_maintainer_mode=no)
|
|
|
|
|
|
|
|
if test "x$enable_maintainer_mode" = xno; then
|
|
|
|
MAINT='#'
|
|
|
|
else
|
|
|
|
MAINT=
|
|
|
|
fi
|
|
|
|
AC_SUBST(MAINT)
|
|
|
|
|
2004-05-24 12:50:45 +02:00
|
|
|
AC_ARG_ENABLE(checking,
|
|
|
|
[ --enable-checking enable expensive run-time checks],,
|
|
|
|
enable_checking=no)
|
|
|
|
|
|
|
|
if test $enable_checking != no ; then
|
|
|
|
AC_DEFINE(ENABLE_CHECKING, 1,
|
|
|
|
[Define if you want more run-time sanity checks.])
|
|
|
|
fi
|
|
|
|
|
2004-05-26 08:58:53 +02:00
|
|
|
m4_changequote(,)
|
2004-05-24 12:50:45 +02:00
|
|
|
case $target in
|
|
|
|
alpha*-*-* | \
|
2005-10-08 20:17:20 +02:00
|
|
|
arm*-*-*eabi* | \
|
2004-08-11 04:50:14 +02:00
|
|
|
arm*-*-symbianelf* | \
|
2004-05-24 12:50:45 +02:00
|
|
|
x86_64-*-* | \
|
|
|
|
ia64-*-* | \
|
|
|
|
hppa*64*-*-* | parisc*64*-*-* | \
|
2006-09-23 01:26:20 +02:00
|
|
|
i[34567]86-*-darwin* | \
|
2004-11-18 02:07:18 +01:00
|
|
|
i[34567]86-*-solaris2.1[0-9]* | \
|
2004-05-24 12:50:45 +02:00
|
|
|
mips*-*-* | \
|
|
|
|
mmix-*-* | \
|
|
|
|
powerpc*-*-* | \
|
|
|
|
rs6000*-*-* | \
|
|
|
|
s390*-*-* | \
|
|
|
|
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
|
|
|
sparcv9-*-solaris2* | \
|
2005-03-19 21:19:06 +01:00
|
|
|
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
|
2006-11-21 02:35:42 +01:00
|
|
|
spu-*-* | \
|
2004-05-24 12:50:45 +02:00
|
|
|
sh[123456789l]*-*-*)
|
|
|
|
need_64bit_hwint=yes ;;
|
2006-10-29 17:35:50 +01:00
|
|
|
i[34567]86-*-linux*)
|
|
|
|
if test "x$enable_targets" = xall; then
|
|
|
|
need_64bit_hwint=yes
|
|
|
|
else
|
|
|
|
need_64bit_hwint=no
|
|
|
|
fi
|
|
|
|
;;
|
2004-05-24 12:50:45 +02:00
|
|
|
*)
|
|
|
|
need_64bit_hwint=no ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
case $need_64bit_hwint:$ac_cv_sizeof_long in
|
|
|
|
*:8 | no:*) host_wide_int=long ;;
|
|
|
|
*) host_wide_int='long long' ;;
|
|
|
|
esac
|
2004-05-26 08:58:53 +02:00
|
|
|
m4_changequote([,])
|
2004-05-24 12:50:45 +02:00
|
|
|
|
|
|
|
AC_DEFINE_UNQUOTED(HOST_WIDE_INT, $host_wide_int,
|
|
|
|
[Define to the widest efficient host integer type at least
|
|
|
|
as wide as the target's size_t type.])
|
|
|
|
|
2004-08-25 10:10:02 +02:00
|
|
|
# Output.
|
|
|
|
|
|
|
|
AC_CONFIG_HEADERS(config.h:config.in, [echo timestamp > stamp-h1])
|
2004-05-24 12:50:45 +02:00
|
|
|
AC_CONFIG_FILES(Makefile)
|
|
|
|
AC_OUTPUT
|