File: configure

package info (click to toggle)
sdr 3.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,776 kB
  • ctags: 1,252
  • sloc: tcl: 14,549; ansic: 11,853; makefile: 37; sh: 22
file content (7 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
if test "$1" = "--enable-ipv6"
then
  (echo "IFLAGS=-DHAVE_IPV6 -DLINUX_IPV6"; cat Makefile.linux ../src/Makefile.template) > Makefile
else
  cat Makefile.linux ../src/Makefile.template > Makefile
fi