]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Replace error2.pl by error2.c.
authorAndre Noll <maan@systemlinux.org>
Fri, 13 Sep 2013 01:41:15 +0000 (01:41 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:51:58 +0000 (11:51 +0100)
commite8f3104cc1c1f243f4b7c8b1eabdc24c93a6ad35
tree7f55d70094cfc46aaf4ffb51cfee02449334d105
parent06e33ef5e44a5123c1ffe019fe2148fec2671628
build: Replace error2.pl by error2.c.

The C code is much faster than the old perl script. Since the resulting
executable runs on the build system, the compiler for this system
must be called to compile error2.c. The new HOSTCC variable takes
care of this.

With this patch applied, the only remaining dependencies on perl are
help2man and autoconf.
Makefile.in
configure.ac
error2.c [new file with mode: 0644]
error2.pl [deleted file]