File: chkag

package info (click to toggle)
autoproject 0.6.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 436 kB
  • ctags: 275
  • sloc: ansic: 608; sh: 554; cpp: 201; makefile: 89
file content (31 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/sh -e

# chkag - check out autoproject by building a source package using autogen

# remember where the skeletons are buried
srcdir=${srcdir:-.}
HERE=`pwd`
# aclocal looks in .. and ../.. for some standard files, so we start
# deeper than that
rm -rf testag
mkdir testag; cd testag
mkdir deeper; cd deeper
sh $HERE/autoproject -d "brushes dog" -L../../../$srcdir/lib -i cli groomer -p autogen <<EOF






y
y






EOF
cd groomer
make
make distcheck