view acinclude.m4 @ 2900:ed68f1a9923e trunk

Back out a bunch of changes. It's really a shame that GNU/FSF's lies have been as influential as they have been. The GPL provides no real significant protection over the BSD license; but people on the team believe it has magickal powers anyway. Oh well. I tried to resolve the licensing conflicts so we could get shorten and MAC and all of the other encumbered plugins, but some people thought it was a dumb idea.
author William Pitcock <nenolod@atheme.org>
date Sun, 24 Jun 2007 05:37:50 -0500
parents 817f9357b81a
children 40f998ddd0a4
line wrap: on
line source

dnl ADD_PKG_REQUIRES([requirement])

AC_DEFUN([ADD_PC_REQUIRES],
[
   test -z "$PC_REQUIRES" && PC_REQUIRES="$1" || PC_REQUIRES="$PC_REQUIRES, $1"
   AC_SUBST(PC_REQUIRES)
]
)