changeset 736:c310c2a01a31

Remove some comments that cause problems with never versions of autotools.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 12:40:28 +0200
parents fb218dbc90cd
children 55e992b016a1
files acinclude.m4
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Mon Nov 05 12:06:42 2012 +0200
+++ b/acinclude.m4	Mon Nov 05 12:40:28 2012 +0200
@@ -21,7 +21,6 @@
 
 AC_DEFUN([XS_TRY_LIBRARY],
 [
-# xs_try_library ( $1:$2:$3:$4:$5:$6 )
     AC_LANG_ASSERT([C++])
     m4_ifvaln([$2], [xs_cxxflags_save="$CXXFLAGS"
     CXXFLAGS="$CXXFLAGS $2"])dnl
@@ -46,7 +45,6 @@
 
 AC_DEFUN([XS_LIB_RESULT],
 [
-# xs_lib_result ( $1:$2:$3 )
     define([Name], [translit([$1], [a-z], [A-Z])])dnl
     if test "x$xs_have_$1" = "xyes"; then
         if test "x$xs_$1_cxxflags" != "x" || test "x$xs_$1_ldflags" != "x"; then
@@ -72,7 +70,6 @@
 
 
 AC_DEFUN([XS_ARG_WITH], [dnl
-# xs_arg_with ( $1:$2:$3 )
     define([Name], [translit([$1], [a-z], [A-Z])])dnl
     define([roflCopter], [Enable $2 with install-PREFIX])dnl
     AH_TEMPLATE(HAVE_[]Name, [Define if you have and want to use $2])dnl