comparison acinclude.m4 @ 988:a3ad20eb0f26

Update comments.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Oct 2013 13:47:18 +0300
parents 6820177eb6da
children 34259889b2b1
comparison
equal deleted inserted replaced
987:bafb3f102e91 988:a3ad20eb0f26
1 dnl *** These m4-macros are originally based on XSIDPLAY v1.6.5's acinclude.m4 1 dnl ***
2 dnl *** These m4-macros were originally based on XSIDPLAY v1.6.5's acinclude.m4
2 dnl *** (C) Copyright 2002 Michael Schwendt, licensed under GNU GPL v2. 3 dnl *** (C) Copyright 2002 Michael Schwendt, licensed under GNU GPL v2.
3 dnl *** 4 dnl ***
4 dnl *** Updated for new autotools, plus namespace, added portability 5 dnl *** Updated for new autotools, plus namespace, added portability
5 dnl *** fixes and other minor changes by Matti 'ccr' Hamalainen 6 dnl *** fixes and other minor changes by Matti 'ccr' Hamalainen
6 dnl *** (C) Copyright 2003-2008 Tecnic Software productions (TNSP) 7 dnl *** (C) Copyright 2003-2013 Tecnic Software productions (TNSP)
8 dnl ***
7 AC_DEFUN([XS_CHECK_FEATURE], 9 AC_DEFUN([XS_CHECK_FEATURE],
8 [ 10 [
9 if test "x[]$$1" != "xyes"; then 11 if test "x[]$$1" != "xyes"; then
10 AC_MSG_ERROR([Required feature $2 not detected. See config.log for more information.]) 12 AC_MSG_ERROR([Required feature $2 not detected. See config.log for more information.])
11 fi 13 fi