Project

General

Profile

« Previous | Next » 

Revision b6c662ad

Added by Nathan Scott almost 16 years ago

  • ID b6c662ad455ca9e266a93fbe9e6447ebf61834cc

Resolve an issue with recent versions of autoconf, as reported by
Peter Edwards:

configure.in:292: error: AC_SUBST: `pcp_owner pcp_group' is not a valid
shell variable name
configure.in:292: the top level
autom4te: /usr/bin/m4 failed with exit status: 1

Looks like we need to be passing only one argument to AC_SUBST,
and that this doubling-up (or 4-at-a-time which we do too) is no
longer valid syntax.

  • added
  • modified
  • copied
  • renamed
  • deleted