File: bootstrap

package info (click to toggle)
med-fichier 2.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,328 kB
  • ctags: 3,108
  • sloc: ansic: 20,221; sh: 10,917; fortran: 3,811; makefile: 1,667; f90: 1,557; cpp: 146; tcl: 118
file content (14 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

set -x
#aclocal-1.7 -I config
#aclocal --acdir=/local/fayolle/AUTOTOOLS/automake/share/aclocal-1.10 -I config
#aclocal  -I/local/fayolle/AUTOTOOLS/libtool/share/aclocal -I config
aclocal -I config
libtoolize --force --copy
autoheader
#autoconf -B/local/fayolle/AUTOTOOLS/autoconf/share/autoconf/autoconf/
autoconf
#automake --libdir=/local/fayolle/AUTOTOOLS/automake/share/automake-1.10/ --add-missing --copy
automake  --add-missing --copy