make/make-3.79.1-noclock_gettime...

23 lines
961 B
Diff
Raw Normal View History

auto-import changelog data from make-3.79.1-5.src.rpm Mon Aug 07 2000 Tim Waugh <twaugh@redhat.com> - change info-dir entry so that 'info make' works (#15029). Tue Aug 01 2000 Jakub Jelinek <jakub@redhat.com> - assume we don't have clock_gettime in configure, so that make is not linked against -lpthread (and thus does not limit stack to 2MB). Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com> - add locale files (#14362). Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 24 2000 Preston Brown <pbrown@redhat.com> - 3.79.1 bugfix release Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. Sun May 07 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix build for some odd situations, such as - previously installed make != GNU make - /bin/sh != bash Mon Apr 17 2000 Florian La Roche <Florian.LaRoche@redhat.com> - update to 3.79 Thu Feb 24 2000 Cristian Gafton <gafton@redhat.com> - add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 builds) Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com> - compress man page. Fri Jan 21 2000 Cristian Gafton <gafton@redhat.com> - apply patch to fix a /tmp race condition from Thomas Biege - simplify %install Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com> - update to 3.78.1. Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - added a serial tag so it upgrades right Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Sep 16 1998 Cristian Gafton <gafton@redhat.com> - added a patch for large file support in glob Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com> - update to 3.77 Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Oct 16 1997 Donnie Barnes <djb@redhat.com> - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 08:11:22 +00:00
--- make-3.79.1/configure.in.jj Fri Jun 23 12:09:41 2000
+++ make-3.79.1/configure.in Tue Aug 1 16:12:12 2000
@@ -75,7 +75,7 @@ AC_MSG_RESULT($ac_cv_check_symbol_$1)])d
# Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
# Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
-AC_SEARCH_LIBS(clock_gettime, [rt posix4])
+AC_SEARCH_LIBS(clock_gettime, [posix4])
if test "$ac_cv_search_clock_gettime" != no; then
AC_DEFINE(HAVE_CLOCK_GETTIME, 1,
[Define if you have the clock_gettime function.])
--- make-3.79.1/configure.jj Fri Jun 23 12:09:54 2000
+++ make-3.79.1/configure Tue Aug 1 16:13:42 2000
@@ -3090,7 +3090,7 @@ else
cat conftest.$ac_ext >&5
fi
rm -f conftest*
-test "$ac_cv_search_clock_gettime" = "no" && for i in rt posix4; do
+test "$ac_cv_search_clock_gettime" = "no" && for i in posix4; do
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
#line 3097 "configure"