File: autogen.sh

package info (click to toggle)
xwiimote 2-4.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: ansic: 2,998; makefile: 152; sh: 55
file content (15 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

#
# XWiimote - Generate Build Files
# Written by David Herrmann, 2011
# Dedicated to the Public Domain
#

set -e
mkdir -p m4/
autoreconf -i

if test ! "x$NOCONFIGURE" = "x1" ; then
        ./configure --enable-debug $*
fi