Age | Commit message (Expand) | Author | Files | Lines |
1997-06-02 | Provide an alternate getmntent() if necessary. | ewt | 1 | -0/+1 |
1997-05-30 | added virtual query tag ability, fsnames query tag, | ewt | 1 | -0/+1 |
1997-05-21 | Fixed aix chown test. | ewt | 1 | -2/+5 |
1997-05-20 | Use a more portable alternative to 'id -u' | ewt | 1 | -1/+1 |
1997-05-20 | Use lchown() if it's available | ewt | 1 | -27/+32 |
1997-05-19 | Guess chown doesn't follow symlinks w/ configure is run by non-root user. | ewt | 1 | -1/+1 |
1997-05-16 | Applied changes for AIX. This involved using <sys/select.h> if it's available. | ewt | 1 | -1/+1 |
1997-05-15 | Added --enable-broken-chmod | ewt | 1 | -12/+17 |
1997-05-15 | Check for chown() following symlinks | ewt | 1 | -0/+22 |
1997-05-15 | Fix things up for SunOS | ewt | 1 | -0/+2 |
1997-05-15 | Automatically define NEED_TIMEZONE | ewt | 1 | -0/+8 |
1997-05-14 | Fixed some minor problems. | ewt | 1 | -16/+19 |
1997-05-14 | Try to handle solaris2.5.1 in configure better | ewt | 1 | -0/+6 |
1997-05-07 | Include sys/socket.h if it's available | ewt | 1 | -1/+1 |
1997-05-07 | Look for limits.h (strtol.c uses it) | ewt | 1 | -1/+1 |
1997-05-07 | Check for strerror, strtol, strtoul. | ewt | 1 | -0/+3 |
1997-05-05 | Doesn't use cpio to unpack archives anymore... | ewt | 1 | -0/+1 |
1997-05-02 | Use strings.h on SCO (there's probably a better way of doing this, but this | ewt | 1 | -0/+1 |
1997-05-01 | Made code recognize gzipbin rpmrc entry. | ewt | 1 | -2/+2 |
1997-05-01 | 1) Added search for gzip binary | ewt | 1 | -18/+35 |
1997-04-30 | Changed ucb rules, look for /usr/ucblib. | ewt | 1 | -4/+13 |
1997-04-30 | Look for S_IFSOCK and define it as 0 if it doesn't exist (this is for SCO). | ewt | 1 | -1/+13 |
1997-04-28 | - changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIR | ewt | 1 | -5/+13 |
1997-03-20 | look for S_ISLNK and S_ISSTAT and define macros appropriately | ewt | 1 | -1/+17 |
1997-03-11 | got rid of LIBSOCKET, ZLIB | ewt | 1 | -9/+10 |
1997-03-04 | cleanup up the -lsocket, -lnsl stuff some more <sigh> | ewt | 1 | -5/+3 |
1997-02-25 | rearranged -lsocket/-lnsl checks | ewt | 1 | -2/+4 |
1997-02-20 | 1) traded LIBPATH for LIBS | ewt | 1 | -8/+9 |
1997-02-17 | got rid of the LIBS/LIBPATH dualism | ewt | 1 | -6/+3 |
1997-02-12 | if a prefix other then /usr or /usr/local is used look in $prefix/lib | ewt | 1 | -0/+21 |
1997-01-24 | 1) check for STDC headers (makes glob.c, etc happy) | ewt | 1 | -2/+3 |
1997-01-23 | tried to fix h_errno check | ewt | 1 | -5/+4 |
1997-01-22 | don't look for getopt anymore (we don't need it) | ewt | 1 | -1/+0 |
1997-01-20 | 1) use autoconf message facilities | ewt | 1 | -16/+22 |
1997-01-17 | use config.h now | ewt | 1 | -1/+1 |
1997-01-16 | look for glob.h, fnmatch.hj | ewt | 1 | -0/+4 |
1997-01-16 | look for POSIX chmod | ewt | 1 | -0/+15 |
1996-12-24 | don't check for setenv() anymore as we never use it anyway | ewt | 1 | -1/+0 |
1996-12-12 | use RPM not RPMSTATIC | ewt | 1 | -3/+3 |
1996-12-12 | *** empty log message *** | ewt | 1 | -0/+1 |
1996-12-12 | 1) added --disable-nls | ewt | 1 | -60/+96 |
1996-12-10 | fixed GNU cpio detection | ewt | 1 | -1/+1 |
1996-12-02 | look for GNU cpio 2.4.2 or later (w/ --quiet support), not just | ewt | 1 | -2/+2 |
1996-11-21 | 1) moved find-provides to autodeps | ewt | 1 | -4/+13 |
1996-11-15 | made find-provides os specific | ewt | 1 | -0/+9 |
1996-10-15 | use gettext() from libc if available | ewt | 1 | -4/+4 |
1996-10-15 | 1) users vfork() when fork() isn't available [amigaos] | ewt | 1 | -6/+34 |
1996-09-29 | lots of changes and cleanups for Solaris | ewt | 1 | -38/+82 |
1996-09-25 | added rules misc platforms | ewt | 1 | -8/+54 |
1996-08-20 | 1) finds varprefix, tmppath | ewt | 1 | -1/+20 |