summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: use "command -v" instead of "type -p"Bjørn Forsman2017-08-011-1/+1
| | | | | "type -p" is a Bash thing, whereas "command -v" is specified by POSIX (more portable).
* Make tests run in serial as they break in parallelJames Le Cuirot2016-03-171-1/+1
| | | It would be nice to fix them in parallel but I lack the time.
* Fix PAGESIZE auto-determinationEelco Dolstra2016-02-221-11/+11
| | | | | Don't use "which" (which might not exist), and don't redirect getconf auto to /dev/null.
* Allow specifying page size at configure timeFelipe Sateler2016-01-151-0/+18
|
* Remove stale sysconf configure checkFelipe Sateler2016-01-151-2/+0
|
* Merge branch 'patch-1' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-231-8/+0
|\ | | | | | | | | Conflicts: configure.ac
| * Don't need libattr and libacl anymoredarealshinji2015-07-131-8/+0
| |
* | Configure automatically the page size with a runtime call, solve the issue ↵Adrien Devresse2015-07-231-0/+2
| | | | | | | | #53 related to prtability on powerpc64 architecture
* | Change configure.ac from OpenWrt to support Mac OSAlexandre Pretyman2015-07-171-1/+1
|/ | | | | | | | | | | | This change is from the OpenWrt project, from the URL: https://dev.openwrt.org/ticket/18998 It enables patchelf to sucessfully compile and run under Mac OS and keeps compatibility with Linux. Tested under Mac OS X 10.9.5 and Ubuntu 15.04 to patch a binary of type ELF 32-bit LSB executable - the patch fully worked This patch is credited to Felix Fietkau
* Use libattr and libacl to copy permissions if availableJeremy Sanders2014-07-291-0/+8
|
* Don't use the "version suffix" stuff in releaseTools.sourceTarballEelco Dolstra2013-03-061-1/+1
| | | | It's confusing.
* Fix configure.acEelco Dolstra2012-07-171-1/+1
| | | | | | tests/Makefile.am:20: warning: compiling 'simple.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' http://hydra.nixos.org/build/2796463
* Rewrite tests in automakeVincent Danjean2012-07-101-1/+1
| | | | | | | | | - add options in AM_INIT_AUTOMAKE to be more strict and to enable more advanced features (color-tests and parallel-tests) - rewrite tests/Makefile.am to use automake rules for building program and libraries => we can now do: ./bootstrap.sh && mkdir build && cd build && ../configure && make -j distcheck
* Cleanup configure.acVincent Danjean2012-07-101-2/+3
| | | | | | - quote argument (mostly cosmetic) - use a file present only once in the sources for AC_CONFIG_SRCDIR - use AC_CONFIG_AUX_DIR to put all auxilary scripts in a subdirectory
* Use underscores in versions to keep RPM happyEelco Dolstra2011-12-141-1/+1
| | | | | RPM doesn't allow dashes in version numbers, so use an underscore instead. Also, let Autoconf generate the RPM spec file.
* * Put the current version in a separate file so that it can be used inEelco Dolstra2009-03-021-1/+1
| | | | | the release expression.
* * Let the release expression supply a version suffix.Eelco Dolstra2008-11-251-14/+1
|
* * Bump the version number.Eelco Dolstra2008-06-041-2/+2
|
* * Bake a stable release.Eelco Dolstra2008-06-041-1/+1
|
* * Bump the version number to 0.4.Eelco Dolstra2007-05-241-1/+1
|
* * Bump the version number.Eelco Dolstra2007-01-151-1/+1
|
* * DOH!Eelco Dolstra2007-01-151-1/+1
|
* * Mark as stable.Eelco Dolstra2007-01-151-1/+1
|
* * Bump the revision number to 0.2.Eelco Dolstra2005-10-111-1/+1
|
* * Use a real programming language.Eelco Dolstra2005-09-301-0/+2
|
* * Add dist files.Eelco Dolstra2005-09-291-1/+1
|
* * Add tests.Eelco Dolstra2005-09-291-2/+2
|
* * Autoconfiscate patchelf.Eelco Dolstra2004-09-241-0/+20