Commit Graph

9 Commits

Author SHA1 Message Date
jbj 200d512806 From Tim Mooney:
Make the statfs stuff work more reliably.  Switch from using AC_EGREP_HEADER
to AC_TRY_COMPILE, which should be much more reliable.
Change all places where a previous patch I had sent in said "convertdb"
when it should have said "rpmconvert".
Change the LDFLAGS_STATIC for HP-UX so that static linking isn't done on
HP-UX with libtool.  Everything could be linked statically *except* the shl_*
routines, which are in `libdld.1', but libtool doesn't know how to do
a "--prefer-static" type link, so we have to just avoid trying the static
link at all.
Fix a warning that happens over and over as `header.h' is included
on Digital Unix systems.  Digital Unix defines `__alpha', not `__alpha__',
so I just added the additional check for __alpha.
Fix a number of places in the code where there is a spurious/extra
semi-colon.  This gets rid of quite a few warnings.

CVS patchset: 2972
CVS date: 1999/04/08 20:09:48
1999-04-08 20:09:48 +00:00
jbj 3fae42117d display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.

CVS patchset: 2589
CVS date: 1998/12/05 19:38:29
1998-12-05 19:38:29 +00:00
jbj e4151252f8 Aggregate system includes into system.h.
Rearrange functions to minimize exported routines in librpmbuild API.
VS: ----------------------------------------------------------------------

CVS patchset: 2183
CVS date: 1998/07/25 21:00:26
1998-07-25 21:00:26 +00:00
ewt 4786aaf066 1) header file cleanups
2) use new dependency scheme
3) changed " #if" to "# if"

CVS patchset: 2024
CVS date: 1998/03/04 16:52:59
1998-03-04 16:52:59 +00:00
root 587687ee47 add WORDS_BIGENDIAN
CVS patchset: 1500
CVS date: 1997/03/28 03:22:36
1997-03-28 03:22:36 +00:00
ewt 72cc4009e4 use autoconf's endian detection, not system include files
CVS patchset: 1068
CVS date: 1996/09/29 02:27:44
1996-09-29 02:27:44 +00:00
ewt 14c5372f03 conditionally include <endian.h>, <machine/endian.h>
CVS patchset: 1049
CVS date: 1996/09/25 19:14:52
1996-09-25 19:14:52 +00:00
ewt 886d64e0e0 works with old, broken MD5 sums RPM used to generate on big endian
machines

CVS patchset: 1007
CVS date: 1996/08/31 18:35:54
1996-08-31 18:35:54 +00:00
marc 3cbd6cbe9c Initial revision
CVS patchset: 64
CVS date: 1995/12/19 20:33:51
1995-12-19 20:33:51 +00:00