File: autogen.sh

package info (click to toggle)
kbfx 0.4.9.2~rc4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 12,796 kB
  • ctags: 920
  • sloc: cpp: 137,478; sh: 10,119; perl: 2,760; makefile: 95
file content (16 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

export UNSERMAKE=no
export PATH=$PATH:/usr/local/bin:/usr/local/gnu-autotools/bin

UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown

case "${UNAME_SYSTEM}" in
    *BSD*)
	libtoolize -f -c
	;;
    *)
	;;
esac

make -f Makefile.cvs