File: autogen.sh

package info (click to toggle)
nmh 1.6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,204 kB
  • ctags: 3,851
  • sloc: ansic: 48,922; sh: 16,422; makefile: 559; perl: 509; lex: 402; awk: 74
file content (14 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Regenerate config.h.in, configure, etc.
# Necessary if building from CVS; not needed if
# building from a distributed tarball.

if [ `uname` = "OpenBSD" ] ; then
	export AUTOCONF_VERSION=2.69
	export AUTOMAKE_VERSION=1.13
fi

set -x

autoreconf -v -i