Build system using autoconf and make.
Find a file
Jonathan Schleifer 313384fdfe Fix dependency checking with bmake
gmake always includes files relative to the current directory, while
bmake includes them relative to the current Makefile - and current
Makefile means the current include. However, bmake has a variable
.CURDIR that always points to the current directory, but is missing in
gmake. Thus, .CURDIR is just set to "." if it's not set and always in
the include, thus making it work with both, bmake and gmake.
2014-05-06 22:35:07 +02:00
m4 Do not automatically call AC_CONFIG_COMMANDS_* 2014-02-24 03:55:15 +01:00
autogen.sh Add a default autogen.sh. 2011-09-21 21:33:03 +02:00
buildsys.mk.in Fix dependency checking with bmake 2014-05-06 22:35:07 +02:00
configure.ac Do not automatically call AC_CONFIG_COMMANDS_* 2014-02-24 03:55:15 +01:00