summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-11-26Just use autoreconf in autogen.sh (ticket #109)Panu Matilainen1-16/+1
- instead of doing stuff by "hand" and getting it wrong, let autoreconf worry about getting it right (if nothing else, we can then blame autoreconf instead of ourselves ;)
2008-10-14Tweak autogen a bit morePanu Matilainen1-26/+12
- lose hardcoded paths based on platform - add --rpmconfigure that can be used if rpm is already present
2008-10-14Rip silly "usage" message from autogenPanu Matilainen1-18/+1
2007-07-24Run autopoint from autogen to generate necessary gettext-things.Panu Matilainen1-8/+2
Remove automatically generated files.
2007-07-24Rip out internal libmagic, require external.Panu Matilainen1-5/+1
This is going to need more sorting out...
2007-07-05Rip out popt.Panu Matilainen1-16/+1
2007-06-06autogen.sh tweaking:Panu Matilainen1-6/+12
- generate config.rpath from autogen for now (kludge...) - update autogen "documented versions" to F7 level, remove double versions checks (and complaints) from file/autogen
2007-02-16Don't exit on differing autotools.Paul Nasrat1-2/+2
2005-07-17Sanity.jbj1-2/+2
CVS patchset: 7909 CVS date: 2005/07/17 18:34:44
2005-02-16- sqlite3: update encode/decode from sqlite-2.8.16.jbj1-4/+4
- add --xml popt alias for query modes. - remove _rpmdb now that python2.[34] are commonly available. CVS patchset: 7770 CVS date: 2005/02/16 19:05:36
2005-02-13- macosx: change to --prefix=/usr rather than /opt/local.jbj1-2/+3
- use waitpid rather than SIGCHLD reaper. - rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do. CVS patchset: 7761 CVS date: 2005/02/13 03:01:09
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-0/+3
CVS patchset: 7706 CVS date: 2005/01/23 20:44:57
2005-01-17Build on macosx.jbj1-4/+19
CVS patchset: 7701 CVS date: 2005/01/17 23:58:09
2004-11-11- make peace with libtool-1.5.10 and automake-1.9.3.jbj1-4/+4
CVS patchset: 7571 CVS date: 2004/11/11 01:04:07
2004-10-09More changes from rpm-4_3 branch.jbj1-2/+2
CVS patchset: 7441 CVS date: 2004/10/09 20:22:01
2004-08-01Make peace with automake-1.9.jbj1-2/+2
CVS patchset: 7371 CVS date: 2004/08/01 19:05:02
2004-05-30Make peace with latest autofoo.jbj1-4/+4
CVS patchset: 7277 CVS date: 2004/05/30 17:46:39
2004-04-07Make peace with libtool-1.5.4.jbj1-2/+2
CVS patchset: 7218 CVS date: 2004/04/07 17:31:29
2004-04-07Make peace with libtool-1.5.3.jbj1-2/+2
CVS patchset: 7217 CVS date: 2004/04/07 17:30:07
2004-03-21Automake 1.8.3.jbj1-2/+2
CVS patchset: 7180 CVS date: 2004/03/21 13:25:53
2004-02-15- fix: set fcontext from pkg when file_contexts doesn't exist (#114040).jbj1-2/+2
CVS patchset: 7088 CVS date: 2004/02/15 20:54:19
2004-01-22Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.jbj1-2/+2
CVS patchset: 7082 CVS date: 2004/01/22 14:28:08
2003-12-16- build with db-4.2.52 internal.jbj1-4/+4
- refresh bsddb. CVS patchset: 6973 CVS date: 2003/12/16 03:41:35
2003-12-11- only internal Berkeley db from now on.jbj1-2/+2
- revive "make dist". CVS patchset: 6971 CVS date: 2003/12/11 19:09:58
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-5/+5
CVS patchset: 6959 CVS date: 2003/11/23 19:50:52
2003-06-02Use automake-1.7.5.jbj1-2/+2
CVS patchset: 6886 CVS date: 2003/06/02 21:12:27
2003-03-23Make peace with automake-1.7.3.jbj1-2/+2
Recheck thread safety markes with fsm synchronous threads. CVS patchset: 6714 CVS date: 2003/03/23 00:36:13
2002-12-24fix: ia64 segfault on build.jbj1-2/+2
CVS patchset: 5961 CVS date: 2002/12/24 02:41:45
2002-12-20- dynamically link /bin/rpm, link against good old -lpthread.jbj1-1/+6
CVS patchset: 5951 CVS date: 2002/12/20 15:03:18
2002-12-14- fix: make sure each library has DT_NEEDED for all unresolved syms.jbj1-1/+1
CVS patchset: 5941 CVS date: 2002/12/14 21:39:19
2002-12-01- link rpm libraries together, use shared helpers with external -lelf.jbj1-4/+4
- move libfmagic to librpmio. - use libtool-1.4.3, autoconf-2.56. - add explicit -L/lib64 -L/usr/lib64 for libtool mode=relink on x86_64. CVS patchset: 5910 CVS date: 2002/12/01 18:03:22
2002-11-29- build with external elfutils (preferred), if available.jbj1-5/+15
CVS patchset: 5900 CVS date: 2002/11/29 21:35:53
2002-10-23Upgrade to autoconf-2.54 and elfutils-0.51.jbj1-3/+3
CVS patchset: 5802 CVS date: 2002/10/23 00:09:06
2002-10-15Replace libelf with elfutils.jbj1-1/+2
CVS patchset: 5778 CVS date: 2002/10/15 18:44:16
2002-08-08- python: add return codes for rollbacks and fooDB methods.jbj1-1/+1
- avoid generating fingerprints for locale/zoneinfo sub-directories. CVS patchset: 5618 CVS date: 2002/08/08 22:20:26
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-2/+2
- factor common options into table, add rpmcliInit() and rpmcliFini(). - add preliminary rpmgraph(8) and rpmcache(8) executables to rpm-devel. CVS patchset: 5535 CVS date: 2002/06/30 22:47:32
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj1-0/+2
- don't install /usr/lib/rpm/redhat per-vendor configuration anymore. CVS patchset: 5512 CVS date: 2002/06/20 02:19:21
2002-05-25- re-enable rpm-python sub-package.jbj1-1/+1
- fix: resurrect "()(64bit)" markings using objdump. CVS patchset: 5448 CVS date: 2002/05/25 17:15:20
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-8/+9
- rip out two layers of dbN gook, internal Berkeley db is here to stay. CVS patchset: 5412 CVS date: 2002/05/01 22:13:00
2002-02-10- make peace with automake et al in 8.0, ugh.jbj1-7/+7
CVS patchset: 5314 CVS date: 2002/02/10 21:13:52
2002-01-28Teach autogen.sh about beecrypt.jbj1-0/+1
Use rpm optflags when compiling beecrypt. CVS patchset: 5275 CVS date: 2002/01/28 15:08:56
2002-01-27Merge from rpm-4.0.4.jbj1-0/+1
- trap SIGILL for ppc64 inline asm voodoo fix from cross-dressed ppc32. - fix: fancy hash fiddles if not a tty. - fix: handle /.../ correctly in rpmCleanPath(). CVS patchset: 5274 CVS date: 2002/01/27 16:49:06
2001-08-04- fix: autoconf glob tests (#50845).jbj1-2/+2
CVS patchset: 5003 CVS date: 2001/08/04 16:18:58
2001-06-28- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.jbj1-4/+6
- fix: add -r to useradd to prevent /etc/skel glop (#46215). - fix: disambiguate typedef and struct name(s) for kpackage. CVS patchset: 4908 CVS date: 2001/06/28 22:19:08
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj1-4/+5
- create top level rpmcli API, factor top level modes into popt tables. - popt: add POPT_BIT_SET/POPT_BIT_CLR to API. - autogen.sh checks for latest libtool-1.4 and automake-1.4-p2. - rpm --verify reports failure(s) if corresponding tag is not in header. - rpm --verify honors %config(missingok), add -v for legacy behavior. CVS patchset: 4852 CVS date: 2001/06/08 20:45:59
2000-12-31Don't want -pg flags.jbj1-1/+1
CVS patchset: 4395 CVS date: 2000/12/31 20:46:18
2000-12-30- (non-linux): move stubs.c to rpmio (#21132).jbj1-1/+1
- (python): bind initdb (#20988). CVS patchset: 4389 CVS date: 2000/12/30 19:01:23
2000-06-06Repair db1 functionality.jbj1-1/+1
Require db3 in default configuration. CVS patchset: 3818 CVS date: 2000/06/06 20:06:09
2000-06-06Use libtool-1.3.5.jbj1-1/+1
Sanity (make dist). CVS patchset: 3817 CVS date: 2000/06/06 09:01:06
2000-06-01Build with autogen same as rpm.spec.jbj1-1/+8
CVS patchset: 3793 CVS date: 2000/06/01 15:40:30