mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
c3416780c8
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@572 57a11ea4-9604-0410-9ed3-97b8803252fd
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CC="gcc -melf -L/usr/local/lib -I/usr/local/include"
|
|
INSTALL="/usr/local/bin/install -c"
|
|
export CC INSTALL
|
|
./configure
|