File: configure.in

package info (click to toggle)
pm3 1.1.13-11
  • links: PTS
  • area: main
  • in suites: potato
  • size: 174,164 kB
  • ctags: 133,819
  • sloc: ansic: 982,617; modula3: 548,483; cpp: 57,119; exp: 21,673; sh: 17,053; lisp: 13,693; makefile: 13,492; asm: 11,795; yacc: 8,575; sed: 1,100; objc: 476; csh: 254; awk: 223; pascal: 95; fortran: 5
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT(mondfe/bkpt.c)

CC=${CC-cc}
AC_SUBST(CC)

AC_PROG_CPP
AC_PROG_RANLIB

AC_HAVE_HEADERS(string.h stdlib.h unistd.h)

AC_OUTPUT(Makefile mondfe/Makefile montip/Makefile udi/Makefile)