File: autogen.sh

package info (click to toggle)
cdbs 0.4.181
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,008 kB
  • sloc: sh: 4,175; xml: 2,137; perl: 296; makefile: 117; ansic: 7
file content (12 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

# workaround for included autotest snippets not taken into account
touch tests/testsuite.at

autoreconf --force --install

(set -e; cd tests/data/autotools/; autoreconf --force --install)

rm -rf autom4te.cache tests/data/autotools/autom4te.cache