Ticket #37957: voms-obsolete-configure-macro.patch

File voms-obsolete-configure-macro.patch, 375 bytes (added by dennisvd@…, 11 years ago)

patch for the use of AM_CONFIG_HEADER, which is obsolete and produces an error with recent automakes

  • configure.ac

    old new  
    105105AC_SUBST(with_vomsuser)
    106106AC_PARSER_GEN
    107107
    108 AM_CONFIG_HEADER([src/autogen/config.h])
     108AC_CONFIG_HEADERS([src/autogen/config.h])
    109109
    110110if test "x$build_cpp_api" = "xyes" -o "x$build_interfaces" = "xyes"; then
    111111# both C and CPP