File: configure

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