1999-04-16 03:35:26 +02:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
Index: arm/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Replace configure.in. Requires autoconf 2.59 and
correctly calls AC_CONFIG_SUBDIRS.
* configure: Re-generate.
Index: common/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* aclocal.m4 (SIM_AC_COMMON): Delete call to AC_CONFIG_AUX_DIR.
* configure: Re-generate.
Index: d10v/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: erc32/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: frv/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: h8300/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: igen/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: m32r/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: m68hc11/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: mcore/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: mips/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: mn10300/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: ppc/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: sh/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/d10v-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/frv-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/m32r-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/mips64el-elf/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: testsuite/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
Index: v850/ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
2005-01-10 17:14:50 +01:00
|
|
|
AC_PREREQ(2.59)dnl
|
1999-04-16 03:35:26 +02:00
|
|
|
AC_INIT(Makefile.in)
|
2005-01-14 21:05:48 +01:00
|
|
|
AC_CONFIG_HEADER(cconfig.h:config.in)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2005-01-14 21:05:48 +01:00
|
|
|
# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
|
|
|
|
# it by inlining the macro's contents.
|
|
|
|
sinclude(../common/common.m4)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
# Put a useful copy of CPP_FOR_TARGET in Makefile.
|
|
|
|
# This is only used to build the target values header files. These files are
|
|
|
|
# shipped with distributions so CPP_FOR_TARGET only needs to work in
|
|
|
|
# developer's trees. This value is borrowed from ../../Makefile.in.
|
|
|
|
CPP_FOR_TARGET="\` \
|
|
|
|
if test -f \$\${rootme}/../../gcc/Makefile ; then \
|
|
|
|
if test -f \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/Makefile ; then \
|
|
|
|
echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/ -idirafter \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/targ-include -idirafter \$(srcroot)/newlib/libc/include -nostdinc; \
|
|
|
|
else \
|
|
|
|
echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/; \
|
|
|
|
fi; \
|
|
|
|
else \
|
|
|
|
if test '\$(host_canonical)' = '\$(target_canonical)' ; then \
|
|
|
|
echo \$(CC); \
|
|
|
|
else \
|
|
|
|
t='\$(program_transform_name)'; echo gcc | sed -e 's/x/x/' \$\$t; \
|
|
|
|
fi; \
|
|
|
|
fi\` -E"
|
|
|
|
AC_SUBST(CPP_FOR_TARGET)
|
|
|
|
|
|
|
|
# Set TARGET_SUBDIR, needed by CPP_FOR_TARGET.
|
|
|
|
if test x"${host}" = x"${target}" ; then
|
|
|
|
TARGET_SUBDIR="."
|
|
|
|
else
|
|
|
|
TARGET_SUBDIR=${target_alias}
|
|
|
|
fi
|
|
|
|
AC_SUBST(TARGET_SUBDIR)
|
|
|
|
|
|
|
|
# These aren't all needed yet, but will be eventually.
|
2001-03-20 18:13:39 +01:00
|
|
|
AC_CHECK_HEADERS(stdlib.h string.h strings.h time.h sys/times.h sys/stat.h sys/mman.h)
|
2005-04-29 16:48:03 +02:00
|
|
|
AC_CHECK_FUNCS(mmap munmap lstat truncate ftruncate)
|
2009-08-29 13:36:26 +02:00
|
|
|
AC_CHECK_MEMBERS([[struct stat.st_dev], [struct stat.st_ino],
|
* configure.in (SIM_CHECK_MEMBERS): Call for struct stat members
st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev,
st_size, st_blksize, st_blocks, st_atime, st_mtime and st_ctime.
* aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS_1)
(SIM_CHECK_MEMBERS): New macros.
* callback.c (cb_host_to_target_stat): Use temporary macro ST_x
for struct stat member test and write. Add ST_x calls for each
struct stat member tested in configure.in. Wrap each ST_x call in
#ifdef of configure macro for that member.
* configure, config.in: Regenerate.
2004-12-03 20:36:53 +01:00
|
|
|
[struct stat.st_mode], [struct stat.st_nlink], [struct stat.st_uid],
|
|
|
|
[struct stat.st_gid], [struct stat.st_rdev], [struct stat.st_size],
|
|
|
|
[struct stat.st_blksize], [struct stat.st_blocks], [struct stat.st_atime],
|
2009-08-29 13:36:26 +02:00
|
|
|
[struct stat.st_mtime], [struct stat.st_ctime]], [], [],
|
|
|
|
[[#ifdef HAVE_SYS_TYPES_H
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_SYS_STAT_H
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#endif]])
|
2010-03-31 01:09:48 +02:00
|
|
|
AC_CHECK_TYPES(socklen_t, [], [],
|
|
|
|
[#include <sys/types.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
])
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
AC_OUTPUT(Makefile,
|
|
|
|
[case x$CONFIG_HEADERS in xcconfig.h:config.in) echo > stamp-h ;; esac])
|