summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* [build] more portable autogen.sh shell scriptGlenn Strauss2020-10-231-1/+1
| | | | | | | | Use more portable shell function definition, better supported by /bin/sh Some /bin/sh, e.g. dash, do not support trap on ERR, so that will issue some trace and will not trigger on ERR, but the rest of the script runs fine.
* [build] add to autogen.sh hint listing reqd pkgsGlenn Strauss2020-10-111-0/+7
| | | | | add hint to autogen.sh listing packages required for build if ./autogen.sh fails
* [autobuild] put ax_prog_cc_for_build.m4 in top directoryStefan Bühler2016-10-291-1/+0
| | | | | | | | - "autoreconf --force --install" should be enough to get autobuild running, manual cp / running ./autogen.sh should not be required - reorganize files laters, e.g. scripts/{cmake,m4} - include ax_prog_cc_for_build.m4 manually in configure.ac as it is not automatically loaded if it is not in m4/
* move script to doc/scripts/ax_prog_cc_for_build.m4Glenn Strauss2016-10-291-0/+1
| | | | m4/ directory is listed in .gitignore and should be generated
* [autobuild] create m4/ before calling autoreconfStefan Bühler2013-11-101-0/+7
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2917 152afb58-edef-0310-8abb-c4023f1b3aa9
* [autobuild] use autoreconf instead of calling tools manually; add generated ↵Stefan Bühler2013-11-101-23/+1
| | | | | | | | files to .gitignore From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2914 152afb58-edef-0310-8abb-c4023f1b3aa9
* [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes ↵Stefan Bühler2013-06-291-80/+17
| | | | | | #2490) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2878 152afb58-edef-0310-8abb-c4023f1b3aa9
* Create m4/ directory in autogen.shStefan Bühler2009-08-291-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2616 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix autogen.sh (used mysql-proxy as template)Stefan Bühler2009-08-291-12/+77
| | | | | | | * add --foreign as ChangeLog was removed git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2615 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed message to print configure + makeJan Kneschke2005-03-051-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@97 152afb58-edef-0310-8abb-c4023f1b3aa9
* removed called configure directly.Jan Kneschke2005-03-031-7/+0
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@87 152afb58-edef-0310-8abb-c4023f1b3aa9
* added autogen.sh submitted by debugger@#lighttpdJan Kneschke2005-02-211-0/+34
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@36 152afb58-edef-0310-8abb-c4023f1b3aa9