File: configure.in

package info (click to toggle)
clisp 1%3A2.41-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 49,804 kB
  • ctags: 16,291
  • sloc: lisp: 75,912; ansic: 49,247; xml: 24,289; asm: 21,993; sh: 11,234; fortran: 6,692; cpp: 2,660; objc: 2,481; makefile: 2,355; perl: 164; sed: 55
file content (27 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dnl  AUTOCONF configuration for FFCALL
dnl  Bruno Haible 24.10.1997
dnl
AC_INIT(trampoline/trampoline.h.in)
AC_PROG_MAKE_SET
dnl This piece of sed script replaces every line containing '@subdir@'
dnl by several consecutive lines, each referencing one subdir.
extrasub="$extrasub"'
/@subdir@/{
h
g
s/@subdir@/avcall/
p
g
s/@subdir@/vacall/
p
g
s/@subdir@/trampoline/
p
g
s/@subdir@/callback/
p
d
}
'
CL_CONFIG_SUBDIRS(avcall vacall trampoline callback)
AC_OUTPUT(Makefile)