File: bootstrap

package info (click to toggle)
ziproxy 3.3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,084 kB
  • sloc: ansic: 9,864; sh: 1,705; makefile: 37
file content (15 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -x

#if test "$1" = "--noclutter"; then
#	aclocal -I config --output=config/aclocal.m4 &&
#	autoheader -l config &&
#	automake --foreign --add-missing --copy &&
#	autoconf -l config
#else
	aclocal -I config &&
	autoheader &&
	automake --foreign --add-missing --copy &&
	autoconf 
#fi