File: linuxinfo-progs.m4

package info (click to toggle)
linuxinfo 4.2.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,344 kB
  • sloc: sh: 5,320; ansic: 1,383; makefile: 103; sed: 16
file content (16 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright © 2005 Scott James Remnant <scott@netsplit.com>
# Copyright © 2007 Frank Lichtenheld <djpig@debian.org>
# Copyright © 2007, 2009, 2011 Guillem Jover <guillem@debian.org>

# LINUXINFO_PROG_PO4A
# --------------
AC_DEFUN([LINUXINFO_PROG_PO4A], [
AC_REQUIRE([AM_NLS])
AC_CHECK_PROGS([PO4A], [po4a])
if test "$USE_NLS" = "yes" && test -n "$PO4A"; then
  USE_PO4A=yes
else
  USE_PO4A=no
fi
AC_SUBST([USE_PO4A])
])# LINUXINFO_PROG_PO4A