# HG changeset patch # User Matti Hamalainen # Date 1352112028 -7200 # Node ID c310c2a01a3155bfd7257df114346bac8faef76b # Parent fb218dbc90cd580906e4069ed15dc1d153d96259 Remove some comments that cause problems with never versions of autotools. diff -r fb218dbc90cd -r c310c2a01a31 acinclude.m4 --- 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