File: autogen.sh

package info (click to toggle)
nmh 1.8-4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 7,860 kB
  • sloc: ansic: 50,445; sh: 22,697; makefile: 1,138; lex: 740; perl: 509; yacc: 265
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