File: configure.in

package info (click to toggle)
fondu 0.0.20060102-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 932 kB
  • sloc: ansic: 11,392; sh: 2,474; makefile: 171
file content (12 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
dnl Process this file with autoconf to produce a configure script.

AC_INIT(fondu.c)
AC_PROG_CC
AC_CANONICAL_HOST
export HOST=$host

AC_SUBST(VPATH)
AC_SUBST(HOST)

AC_OUTPUT(Makefile)
chmod -w Makefile