File: cvscompile

package info (click to toggle)
mhwaveedit 1.4.9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,316 kB
  • ctags: 2,490
  • sloc: ansic: 22,096; sh: 3,730; makefile: 80; sed: 16
file content (13 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

# Script to compile mhWaveEdit from CVS
# Configure options can be given on command line
# Requires autoconf, automake and some other stuff

cd docgen; sh gendocs.sh; cd ..
aclocal
autoheader
automake
autoconf
./configure $*
make