File: configure

package info (click to toggle)
haskell-pcre-light 0.3.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 2
  • sloc: haskell: 3,650; makefile: 10; 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