File: configure

package info (click to toggle)
libxtc-rats-java 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,580 kB
  • sloc: java: 288,962; ansic: 20,406; ml: 14,775; makefile: 1,358; cpp: 621; sh: 352; xml: 259; perl: 123
file content (12 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# toplevel elsa distribution configure

# for now, just fire off default configurations
# in each of the subdirs; users can then go customize
# as desired

(cd smbase && ./configure "$@") || exit
(cd ast && ./configure "$@") || exit
(cd elkhound && ./configure "$@") || exit
(cd elsa && ./configure "$@") || exit
(cd ella && ./configure "$@") || exit