File: configure.ac

package info (click to toggle)
debianutils 5.23.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: ansic: 1,021; sh: 727; makefile: 144
file content (13 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_INIT([debianutils],[DEBIANUTILS_VERSION])
AM_INIT_AUTOMAKE

AC_PROG_CC
AC_PATH_PROG([po4a_translate],[po4a-translate])
AM_CONDITIONAL([TRANSLATE_DOCS], [test -n "$po4a_translate"])

AC_CHECK_HEADERS(paths.h getopt.h)

AC_SYS_LARGEFILE

AC_CONFIG_FILES([Makefile po4a/Makefile po4a/de/Makefile po4a/es/Makefile po4a/fr/Makefile po4a/it/Makefile po4a/ja/Makefile po4a/pl/Makefile po4a/pt/Makefile po4a/sl/Makefile])
AC_OUTPUT