Commit Graph

214 Commits

Author SHA1 Message Date
Ralf Corsépius a6c8f8086e Add automake option nostdinc. 2007-10-17 16:42:21 +02:00
Panu Matilainen 38fe2fd973 Use HAVE_DB_H for both internal and external BDB
- rpmdb only cares whether we have BDB or no, internal vs external
  doesn't matter
- makes external BDB actually work
2007-10-17 14:55:41 +03:00
Ralf Corsépius 0f22ea8830 Add __LZMA. 2007-10-08 17:12:10 +02:00
Ralf Corsépius 4f7db64d7c Add HAVE_DOT. 2007-10-05 10:37:55 +02:00
Ralf Corsépius 9cf8f9c31a Stop checking for machine/types.h (Private header of some OSes not supposed to be used). 2007-10-04 08:55:07 +02:00
Ralf Corsépius 249dad1475 Remove $dirs (unused). 2007-10-03 05:07:12 +02:00
Ralf Corsépius 6e4e9c7516 Remove AC_CHECK_HEADERS(thread.h).
Remove duplicate check for pthread.h.
2007-10-01 12:58:32 +02:00
Ralf Corsépius e1b4af366a Remove checks for synch.h, semaphore.h, aio.h (unused). 2007-09-20 14:57:04 +02:00
Ralf Corsépius 48f4ff6583 Make zlib conditional. 2007-09-20 14:45:40 +02:00
Ralf Corsépius 2d157c07f0 Tighten check for libbz2. 2007-09-20 06:53:19 +02:00
Ralf Corsépius 88b0e2c093 Cosmetics. 2007-09-19 15:02:40 +02:00
Ralf Corsépius fa1f65cef6 Rename --with-internal-db into --with-external-db.
Add AC_ARG_WITH(external_db).
2007-09-19 05:32:03 +02:00
Ralf Corsépius 211a30a615 Remove NPTL games. 2007-09-19 05:15:57 +02:00
Ralf Corsépius 6503abadc9 Add check for db_threadid_t in db.h. 2007-09-18 19:18:09 +02:00
Ralf Corsépius eacf1841db Rename BZIP2BIN->__BZIP2.
Rename GZIPBIN->__GZIP.
Rename UNZIPBIN->__UNZIP.
2007-09-18 14:55:58 +02:00
Ralf Corsépius 4f250b5c36 Remove WITH_POPT (Unused). 2007-09-18 12:44:29 +02:00
Ralf Corsépius c89c1481eb s/libary/library/ 2007-09-18 12:41:47 +02:00
Ralf Corsépius a0558abcf2 Fix ancient typo. 2007-09-18 10:49:20 +02:00
Ralf Corsépius 2607d282e7 Invert logic to setup WITH_INTERNAL_DB. 2007-09-18 08:09:43 +02:00
Ralf Corsépius f2a250702a Add preliminary --with/without-internal-db processing. 2007-09-18 05:01:45 +02:00
Ralf Corsépius 7bf56f5829 Eliminate WITH_DB_SUBDIR. 2007-09-17 17:58:29 +02:00
Ralf Corsépius ae3127c0f2 Add with_internal_db. 2007-09-17 11:33:18 +02:00
Ralf Corsépius 91a33fbdc5 Move generating rpmpopt-@VERSION@ from configure into Makefile. 2007-09-14 05:21:39 +02:00
Ralf Corsépius ede9e90272 Move generating rpm.pc from configure into Makefile. 2007-09-14 05:09:17 +02:00
Ralf Corsépius df1b72d3af Process platform in Makefile instead of configure. 2007-09-13 14:51:46 +02:00
Ralf Corsépius d974ed0136 Add __CURL. 2007-09-12 12:42:59 +02:00
Ralf Corsépius 52bc67436f Attempt to escape hg messed up the repo once more. 2007-09-12 11:42:08 +02:00
Ralf Corsépius 07c9cac938 Fix indentation of --enable-python. 2007-09-12 11:31:17 +02:00
Panu Matilainen 1180de589b Automated merge with file:/home/pmatilai/repos/rpm-ioclean 2007-09-12 12:26:15 +03:00
Ralf Corsépius fb7433b364 Merge tools/Makefile.am into Makefile.am 2007-09-12 10:56:37 +02:00
Panu Matilainen d36716c25c Remove NEON and related hacks 2007-09-12 10:55:55 +03:00
Ralf Corsépius cfe8875a0f Reduce minimum python version to 2.3. 2007-09-12 08:23:51 +02:00
Ralf Corsépius 2ff6e07f50 Reduce minimum python version to 2.4. 2007-09-12 01:21:13 +02:00
Ralf Corsépius 22bafd7430 Remove libxml. 2007-09-11 11:32:05 +02:00
Ralf Corsépius f69f0b7a8f Add subdir-objects. 2007-09-11 10:38:46 +02:00
Ralf Corsépius cf865f1327 Require python >= 2.5. 2007-09-10 22:24:25 +02:00
Ralf Corsépius c5ffd9805e Split host-python (__PYTHON), from build-python.
Abandon --with-python.
Add --enable-python.
Rework python check to use AM_PATH_PYTHON.
2007-09-10 12:49:51 +02:00
Ralf Corsépius 4d00510124 Add AC_DISABLE_STATIC. 2007-09-10 07:11:54 +02:00
Ralf Corsépius 38ec147d0b Generate scripts/macros.perl, scripts/macros.php, scripts/macros.python from inside of scripts/Makefile.am. 2007-09-05 12:09:45 +02:00
Ralf Corsépius db5db69665 Don't AC_DEFINE(RPMCONFIGDIR). 2007-09-05 09:57:12 +02:00
Ralf Corsépius 2671d4cc05 AC_DEFINE(RPMCANONVENDOR).
Remove VENDORRPMRC_FILENAME.
2007-09-04 15:19:29 +02:00
Ralf Corsépius 05f96178f1 Remove selinux autodetection.
Rely on --with/--without-selinux.
2007-09-04 14:19:18 +02:00
Ralf Corsépius 00165b6ee8 Make --with-neon more strict. 2007-09-04 12:01:54 +02:00
Panu Matilainen b9c2d89686 merge 2007-09-04 11:25:35 +03:00
Panu Matilainen f07d1abc27 Backed out changeset 842b0b8f3f8d 2007-09-04 11:25:26 +03:00
Ralf Corsépius c2f919af38 Add --with-neon. 2007-09-04 09:09:39 +02:00
Panu Matilainen ffea910c37 Read vendor macros again.
- replace VENDORRPMRC_FILENAME with VENDORCONFIGDIR
- use it to locate both vendor rpmrc and macros
2007-09-03 22:39:26 +03:00
Ralf Corsépius ba645b29c4 Remove CTAGS, CSCOPE. 2007-09-03 12:59:15 +02:00
Ralf Corsépius b2db269632 Remove LIBRPMALIAS_FILENAME. 2007-08-31 18:54:13 +02:00
Panu Matilainen 31a693a7eb Lose ancient and unused brp-redhat 2007-08-31 10:25:11 +03:00