mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
b97250d05a
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1745 57a11ea4-9604-0410-9ed3-97b8803252fd
9 lines
194 B
Bash
Executable File
9 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# configure scriptlet for SCO UnixWare release 7
|
|
|
|
CC="gcc -I/usr/local/include -L/usr/local/lib"
|
|
INSTALL="/usr/local/bin/install -c"
|
|
export CC INSTALL
|
|
./configure i386-sco-sysv4.2uw
|