Commit Graph

5 Commits (master)

Author SHA1 Message Date
Max Kellermann bc4f88ecd3 bootstrap: use "exec" to replace the shell process instead of forking it 2017-03-08 14:29:02 +01:00
Max Kellermann 5ff5c6b21c bootstrap: enable -e, pass failure to parent process 2017-03-08 14:28:59 +01:00
Alon Bar-Lev 8338c7e27f build: add m4 directory to source tree
m4 directory is required for autotools generation, the use of bootstrap
script is nice helper, however, the autoreconf -ivf should be usable
for autotools based checkout without any other action.

these days the bootstrap script is kinda useless, in the old days it was
a very complex set of autoconf/automake/libtool/gettext commands.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-08-24 01:05:00 +03:00
Peter Lieven b09a55f3d3 bootstrap: create m4 directory
newer versions of autotools fail if the directory is not there.

Signed-off-by: Peter Lieven <pl@kamp.de>
2015-07-14 14:20:48 +02:00
Trent Nelson 6c437065d3 Rewrite build system using automake
Initial commit, only linux tested so far.
2011-06-29 14:15:16 -04:00