File: cvscompile

package info (click to toggle)
mhwaveedit 1.4.14-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,436 kB
  • ctags: 2,637
  • sloc: ansic: 23,716; sh: 3,731; makefile: 84; 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