summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unused archive Makefile target.jbj2007-07-151-19/+0
|
* release popt-1.11.popt-1_11-releasejbj2007-06-141-1/+1
|
* Fix building POPT directly from CVS sources.rse2007-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ultimate golden rule of "the content of versioned files should be _never_ changed during a regular building from source" was horribly broken by gettextize which assumes that if po/Makefile.in.in is still not present (which is the case after a checkout as we do not version such a generated file) it can feel free to update Makefile.am and configure.am, even if it doubles entries there. Here skipping the call to gettextize in case po/Makefile.in.in does not exists doesn't really help _initially_ at all. It just helps on subsequent calls. To no longer break the rule one either has to fix gettextize upstream (it should not blindly append po/Makefile.in.in to "AC_OUTPUT" in configure.ac and "po" to "SUBDIRS" in Makefile.am in if it is _already present_ there) or we have to workaround locally by explicitly reversing its results. As we do not control gettextize, we now reverse the results. I have chosen to use perl(1) instead of sed(1) here as perl(1) is already used by Automake (so it is available anyway) and it allows us to revert the changes with shorter calls on the CLI. Additionally, let's call gettextize _after_ libtoolize to prevent gettextize from complaining about a missing config.guess and config.sub. Also, add config.rpath to Makefile.am as this is a required file, generated by gettextize, too. Finally, pass --no-changelog to gettextize as we really don't need a useless generated m4/ChangeLog distributed with POPT. This way one can now (again) do a fresh checkout of the popt/ module and build POPT really out-of-the-box and without having versioned files garbled up, too.
* Ungettextized version of Makefile.am.jbj2007-06-091-1/+1
|
* modernize popt autocrap.jbj2007-06-091-1/+1
|
* - protottype headerGetEntry 4th arg as void *, not void **.jbj2007-06-091-1/+1
|
* Bring in rpm.org changes to HEAD.jbj2007-05-251-5/+11
|
* Merge blueprinting against rpm-4_4 in progress.jbj2005-10-051-1/+1
|
* Mac OS X fiddles.jbj2005-01-171-0/+2
|
* - mac os x patches (#133611, #133612, #134637).jbj2005-01-041-3/+3
|
* - use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.jbj2002-12-011-7/+11
|
* - fix: use size_t consistently, avoid segfault on ia64.jbj2002-10-091-1/+1
|
* - popt: parse file into string of options (#56860).jbj2002-07-201-1/+4
|
* - python: link internal libelf (if used) directly into rpmmodule.so.jbj2002-06-251-1/+1
|
* Factor bounds checking annotations into source code.jbj2002-06-221-0/+5
|
* - beecrypt: merge changes from beecrypt-2.3.0.jbj2002-06-151-1/+1
| | | | | - beecrypt: merge doxygen markup with rpmapi doco. - beecrypt: revert cpu/arch compile option mixup (#66752).
* - opaque (well mostly) rpmTransactionSet using methods.jbj2002-05-161-1/+1
|
* - still more boring lclint annotations and fiddles.jbj2001-05-031-0/+4
|
* Fix popt/po/tr.po addition.jbj2000-04-251-1/+1
|
* Makefile.am: Distribute test-poptrc, don't try to wildcard .po files.sopwith2000-02-111-1/+3
| | | | testit.sh: Work with srcdir != builddir.
* Preliminary support for doxygen generated API doco.jbj2000-01-191-1/+7
|
* Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1999-10-251-3/+5
|
* fix: long options like "--long=val" needed longArg reset to NULL at top ofjbj1999-10-221-1/+3
| | | | | poptGetNextOpt() while loop. Variables in poptGetNextOpt() are also locally scoped.
* Functional "make check".jbj1999-10-211-0/+7
|
* lclint annotations.jbj1999-10-211-0/+5
|
* Add intl so popt no longer requires gettext.jbj1999-09-291-1/+1
|
* Include all po files.jbj1999-04-091-1/+1
|
* Merge (most) changes from the GNOME version of popt. The remaining changesPOST_GNOME_MERGEsopwith1999-04-071-1/+1
| | | | are GNOME-specific.
* Do only string replacement (w/o -C) in %configure for now.jbj1999-01-221-1/+1
|
* Use libtool to build libraries, but force --disable-shared for now.jbj1999-01-221-2/+0
|
* Use libbtool to generate librpmbuild.a.jbj1999-01-221-2/+2
|
* After running libtoolize to update config.guess config.subjbj1999-01-211-3/+4
|
* Automake: almost functional make dist.jbj1999-01-211-0/+5
|
* Released rpm-2.90 -- version is now 2.91jbj1999-01-191-1/+1
| | | | Use automake 1.4 and autoconf 2.13.
* Improved man page a bit, install by default.johnsonm1998-11-191-0/+1
| | | | Added POPT_ARG_VAL
* Add install steps for libpopt.a and popt.hjbj1998-10-261-2/+2
|
* Quiet "make archive: output.jbj1998-10-221-9/+9
|
* Check in to test "make archive".popt-1_1_1jbj1998-10-221-0/+19
|
* Add test1 as compile target.jbj1998-10-221-0/+5
|
* added po subdirectoryewt1998-10-221-0/+2
|
* permit rpm to be built in a sub-directory (--srcdir=DIR).jbj1998-10-111-1/+1
|
* configure using automake.jbj1998-10-081-0/+9