File: rebuild.sh

package info (click to toggle)
ike-scan 1.9.4-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,104 kB
  • ctags: 851
  • sloc: ansic: 10,991; sh: 884; perl: 148; makefile: 22
file content (12 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $Id$
# rebuild.sh -- simple shell script to rebuild autoconf and automake
#
echo "aclocal"
aclocal
echo "autoheader"
autoheader
echo "automake --add-missing"
automake --add-missing
echo "autoconf"
autoconf