File: configure

package info (click to toggle)
haskell-pcre-light 0.3.1-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 200 kB
  • ctags: 6
  • sloc: haskell: 3,650; makefile: 77; sh: 5
file content (9 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#

# subst standard header path variables
if test -n "$CPPFLAGS" ; then
    echo "Found CPPFLAGS in environment: '$CPPFLAGS'"
    sed 's,@CPPFLAGS@,'"$CPPFLAGS"',g;s,@LDFLAGS@,'"$LDFLAGS"',g'  \
        < pcre-light.buildinfo.in > pcre-light.buildinfo
fi