mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Update AUTHORS and configure.ac
AUTHORS now references readme.md for the contributor list and identifies pjohnmeyer@gmail.com as the maintainer. configure.ac was modified to version 1.4.1 to differentiate between 1.4 and HEAD, and to prepare for the upcoming 1.5. Fixes #55.
This commit is contained in:
parent
59f2f901a3
commit
db377423a3
2 changed files with 4 additions and 6 deletions
6
AUTHORS
6
AUTHORS
|
|
@ -1,5 +1,3 @@
|
||||||
Noel Llopis (llopis@convexhull.com)
|
See README.md for the historic contributor list.
|
||||||
Charles Nicholson (charles.nicholson@gmail.com)
|
|
||||||
|
|
||||||
But they have been unactive for years.
|
The maintainer of UnitTest++ is Patrick Johnmeyer (pjohnmeyer@gmail.com).
|
||||||
The maintainer of this fork is Victor Lavaud (victor.lavaud@gmail.com)
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([UnitTest++], [1.4], [victor.lavaud@gmail.com])
|
AC_INIT([UnitTest++], [1.4.1], [pjohnmeyer@gmail.com])
|
||||||
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
|
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
@ -10,7 +10,7 @@ AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
LT_INIT()
|
LT_INIT()
|
||||||
|
|
||||||
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:0])
|
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:1])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue