[go: up one dir, main page]

File: bootstrap

package info (click to toggle)
avra 1.3.0-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,704 kB
  • sloc: pascal: 31,903; ansic: 6,415; asm: 758; sh: 84; makefile: 46
file content (7 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
# This script configures, compiles and installs avra using automake utilities
cp ../{AUTHORS,ChangeLog,NEWS,README} .
aclocal
autoconf
automake -a
echo "Now you can run ./configure"