all tests passed
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
m4_define(x_package_name, libmatricxx) # project's name
|
||||
m4_define(x_major, 0) # project's major version
|
||||
m4_define(x_minor, 0) # project's minor version
|
||||
m4_define(x_minor, 1) # project's minor version
|
||||
m4_include(ax_init_standard_project.m4)
|
||||
AC_INIT(x_package_name, x_version, x_bugreport, x_package_name)
|
||||
AM_INIT_AUTOMAKE([1.9 tar-pax])
|
||||
|
@@ -18,4 +18,5 @@ TESTS = ${check_PROGRAMS}
|
||||
|
||||
basic_SOURCES = basic.cxx
|
||||
|
||||
CLEANFILES = ${check_PROGRAMS:%=%.xml}
|
||||
MAINTAINERCLEANFILES = makefile.in
|
||||
|
Reference in New Issue
Block a user