some build environment updates

This commit is contained in:
Marc Wäckerlin
2015-05-05 20:31:56 +00:00
parent 8afec7dd28
commit 124b097675
8 changed files with 98 additions and 46 deletions

View File

@@ -6,11 +6,14 @@
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
# change this:
m4_define(x_package_name, webtester) # project's name
m4_define(x_major, 2) # project's major version
m4_define(x_minor, 0) # project's minor version
# never edit this block:
m4_include(ax_init_standard_project.m4)
AC_INIT(x_package_name, x_major.x_minor.x_least, x_bugreport, x_package_name)
AC_INIT(x_package_name, x_version, x_bugreport, x_package_name)
AM_INIT_AUTOMAKE([1.9 tar-pax])
AX_INIT_STANDARD_PROJECT