configure scri[ptlets

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1745 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
1999-06-20 00:51:32 +00:00
parent 5637d4d01a
commit b97250d05a
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/sh
#
# configure script for SCO OpenServer release 5
CC="gcc -melf -L/usr/local/lib -I/usr/local/include"
INSTALL="/usr/local/bin/install -c"

View File

@@ -1,4 +1,6 @@
#!/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"