[go: up one dir, main page]

File: acinclude.m4

package info (click to toggle)
upse 1.0.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,328 kB
  • sloc: ansic: 5,722; sh: 3,391; makefile: 62
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
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)
]
)