aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-01-22 15:03:29 -0500
committerDJ Delorie <dj@gcc.gnu.org>2002-01-22 15:03:29 -0500
commit9ce3f7e5d3e94dbe814dbe1d2212064cb9084014 (patch)
tree4668c0ff40f185a82c1b9c01b0388f432c6cf685 /libiberty/configure.in
parent816e265a1b3af7b3e97c8716b7e6afcee0d3c275 (diff)
downloadgcc-9ce3f7e5d3e94dbe814dbe1d2212064cb9084014.zip
gcc-9ce3f7e5d3e94dbe814dbe1d2212064cb9084014.tar.gz
gcc-9ce3f7e5d3e94dbe814dbe1d2212064cb9084014.tar.bz2
Makefile.in (TESTLIB): New.
* Makefile.in (TESTLIB): New. This library is for future testsuites. (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize, break down by letter. (REQUIRED_OFILES): List long-to-compile files first. (maint-deps): New, target for updating dependencies. (dependencies): Update. * maint-tool: Add dependency-generating option. * configure.in: Check for _doprnt even if we're not providing it. * configure: Regenerate. * _doprnt.c: Modifications to allow compiling on any platform. * copysign.c: Likewise. * putenv.c: Likewise. * setenv.c: Likewise. * vsprintf.c: Likewise. From-SVN: r49090
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index 3357370..0160edf 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -358,6 +358,8 @@ if test -z "${setobjs}"; then
|| test $ac_cv_func_vfprintf != yes \
|| test $ac_cv_func_vsprintf != yes; then
AC_REPLACE_FUNCS(_doprnt)
+ else
+ AC_CHECK_FUNCS(_doprnt)
fi
for v in $vars; do