File: mkrelease.sh

package info (click to toggle)
canna 3.7p3-14~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,220 kB
  • sloc: ansic: 85,928; sh: 2,777; yacc: 403; cpp: 389; lex: 379; makefile: 72; awk: 7
file content (12 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $Id: mkrelease.sh,v 1.5.2.1 2003/12/27 17:15:20 aida_s Exp $
set -e
set -x
cp Canna.conf.dist Canna.conf
autoconf
autoheader
rm -rf autom4te.cache
cd canuum
autoconf
autoheader
rm -rf autom4te.cache