summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* This patch series changes everywhere the back-quotes construct for commanddevzero20002014-03-281-4/+4
| | | | | | | | | | | | | substitution with the $( ... ). The backquoted form is the historical method for command substitution, and is supported by POSIX. However, all but the simplest uses become complicated quickly. In particular, embedded command substitutions and/or the use of double quotes require careful escaping with the backslash character. Because of this the POSIX shell adopted the $(…) feature from the Korn shell. Because this construct uses distinct opening and closing delimiters, it is much easier to follow. Also now the embedded double quotes no longer need escaping.
* fail autogen.sh if autoreconf faildevzero20002013-07-031-2/+2
|
* Update the minimum gettext version requireddevzero20002013-07-021-2/+2
|
* - sanity.jbj2013-06-241-1/+2
|
* fix typodevzero20002012-04-171-2/+2
|
* - autofu: fix: MacPorts uses glibtool/gliboolize. test earlier.jbj2012-02-251-11/+12
|
* blah: wrong branching : fix conflictdevzero20002012-02-101-1/+1
|
* give some color to autogen.shdevzero20002011-11-251-17/+33
| | | | Certainly not so useful but not hurt either.
* try to redo the bootstrap check betterrpm-5_3_11-releasedevzero20002011-05-241-31/+135
|
* revert to libtool 1.x macros. Drop the libtool version control in autogen.shdevzero20002010-08-121-71/+10
|
* new autogen.sh for checking the minimun version required of the autofu tooldevzero20002010-08-101-9/+129
| | | | I hope there is a better solution, but for now I have no clue.
* A bunch of minor fixdevzero20002010-06-291-0/+4
| | | | | | | | | - redo configure.ac and Makefile.am with different auto, probably to refine the ugly check command with some m4 macro. - add LINGUAS in favor of ALL_LINGUAS in autogen.sh and Makefile.am - fixup aix portability issue with alloca(system.h and configure.ac) and native compiler : make check work also - keep make dist and distcheck working
* drop redundant call to autopoint from autogen.shdevzero20002010-06-181-1/+1
|
* update to new autofu/automagic. Do make distcheck workdevzero20002010-05-181-28/+4
|
* - repair the AutoFu (by eliminating build-aux/ subdir).jbj2009-08-181-1/+1
|
* - jbj: autogen.sh: on linux, add --libdir=/lib.jbj2008-02-111-1/+1
|
* Fix building POPT directly from CVS sources.rse2007-06-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* modernize popt autocrap.jbj2007-06-091-1/+1
|
* Include m4 macros from m4/.arekm2007-06-051-1/+1
|
* Drop autogenerated or autocopied files. Run gettextize which copies needed ↵arekm2007-06-051-0/+1
| | | | files.
* Spew glibtoolize which(1) failure to /dev/null.jbj2005-01-171-2/+2
|
* Mac OS X fiddles.jbj2005-01-171-1/+11
|
* - attempt to make peace with automake-1.6.1, autoconf-2.53.jbj2002-05-011-1/+1
| | | | - rip out two layers of dbN gook, internal Berkeley db is here to stay.
* Add intl so popt no longer requires gettext.jbj1999-09-291-1/+1
|
* Default to not build shared libraries.r2-94jbj1999-04-111-2/+2
|
* autogen.sh: Fix builddir != srcdir.sopwith1999-03-101-2/+10
| | | | *.c: Fix compilation with -ansi -pedantic-errors.
* Eliminate generated files.r2-91jbj1999-01-251-3/+5
|
* Eliminate files that can be regenerated.jbj1999-01-241-0/+1
|
* Use libtool to build libraries, but force --disable-shared for now.jbj1999-01-221-1/+5
|
* *** empty log message ***ewt1998-10-221-0/+10