File: bootstrap

package info (click to toggle)
eztrace 1.1-10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,488 kB
  • sloc: ansic: 30,607; makefile: 1,279; perl: 1,242; cpp: 711; fortran: 324; sh: 323; f90: 320; python: 57
file content (9 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd extlib/litl && autoreconf -vfi || exit 1 ;  cd -

cd extlib/gtg && autoreconf -vfi || exit 1 ; cd -

cd extlib/opari2/build-frontend && autoreconf -vfi || exit 1 ; cd -

autoreconf -vfi ||exit 1