File: configure.in

package info (click to toggle)
utf8script 1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 236 kB
  • ctags: 9
  • sloc: sh: 2,607; ansic: 85; makefile: 78; python: 2
file content (15 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(utf8script, 1.0)
AC_CONFIG_SRCDIR(utf8script.c)

AC_CHECK_TOOL(DIET, diet)
AC_SUBST(DIET)

AC_ARG_ENABLE(update-binfmts,
[  --enable-update-binfmts Register through /usr/share/binfmts, not /etc/init.d],
  INSTALLTARGET=install.binfmts,
  INSTALLTARGET=install.rc
)
AC_SUBST(INSTALLTARGET)

AC_CONFIG_FILES(Makefile)
AC_OUTPUT