auto-import changelog data from make-3.80-1.src.rpm

Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.80
This commit is contained in:
cvsdist 2004-09-09 08:14:37 +00:00
parent 6e166d7389
commit d320491ce7
4 changed files with 33 additions and 32 deletions

View File

@ -1 +1 @@
make-3.79.1.tar.gz
make-3.80.tar.bz2

View File

@ -1,22 +1,22 @@
--- 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
--- make-3.80/configure.in
+++ make-3.80/configure.in
@@ -91,7 +91,7 @@
if test "$make_cv_file_timestamp_hi_res" = yes; then
# 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.80/configure
+++ make-3.80/configure
@@ -6794,7 +6794,7 @@
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"
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_clock_gettime" = no; then
- for ac_lib in rt posix4; do
+ for ac_lib in posix4; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"

View File

@ -1,13 +1,12 @@
Summary: A GNU tool which simplifies the build process for users.
Name: make
Epoch: 1
Version: 3.79.1
Release: 18
Version: 3.80
Release: 1
License: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2
Patch: make-3.79.1-noclock_gettime.patch
Patch1: make-3.79.1-autoconf.patch
Patch2: make-3.79.1-siglist.patch
Prereq: /sbin/install-info
Prefix: %{_prefix}
@ -27,13 +26,12 @@ commonly used to simplify the process of installing programs.
%prep
%setup -q
%patch -p1
%patch1 -p1 -b .ac253
%patch2 -p1 -b .sys_siglist
#%patch2 -p1
%build
autoreconf -f --install
#autoreconf -f --install
%configure
touch .deps/remote-stub.Po # Workaround for broken automake files
#touch .deps/remote-stub.Po # Workaround for broken automake files
make %{?_smp_mflags}
make check
@ -44,7 +42,7 @@ rm -rf ${RPM_BUILD_ROOT}
pushd ${RPM_BUILD_ROOT}
ln -sf make .%{_bindir}/gmake
gzip -9nf .%{_infodir}/make.info*
#gzip -9nf .%{_infodir}/make.info*
rm -f .%{_infodir}/dir
chmod ug-s .%{_bindir}/*
popd
@ -70,6 +68,9 @@ fi
%{_infodir}/*.info*
%changelog
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.80
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
22ea95c125c7b80e04354d4ee4ae960d make-3.79.1.tar.gz
0bbd1df101bc0294d440471e50feca71 make-3.80.tar.bz2