File: autogen.sh

package info (click to toggle)
binfmt-support 2.0.12
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,264 kB
  • sloc: ansic: 23,208; sh: 4,495; python: 159; makefile: 64
file content (18 lines) | stat: -rwxr-xr-x 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh
set -e

# Copyright (C) 2010 Colin Watson.
#
# This file is free software; the author gives unlimited permission to copy
# and/or distribute it, with or without modifications, as long as this
# notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

if type gnulib-tool >/dev/null 2>&1; then
	gnulib-tool --update >/dev/null
	patch -s -p1 <gnulib/gets.patch
fi
autoreconf -fi "$@"