File: configure

package info (click to toggle)
libzn-poly 0.8-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 700 kB
  • sloc: ansic: 9,295; python: 162; makefile: 7; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

#
# This script just calls makemakefile.py.
# See that file for the real configure script.
#

if test $# -ne 0
then
   python makemakefile.py "$@" > makefile
else
   python makemakefile.py > makefile
fi