File: cvscompile

package info (click to toggle)
mhwaveedit 1.4.20-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,844 kB
  • ctags: 3,117
  • sloc: ansic: 27,162; sh: 3,752; makefile: 42; sed: 16
file content (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /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; bash gendocs.sh; cd ..
aclocal -I m4
autoheader
automake
autoconf
./configure $*
make -C po mhwaveedit.pot-update
make