File: configure

package info (click to toggle)
libzn-poly 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 904 kB
  • sloc: ansic: 10,736; python: 124; makefile: 12; 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