FreeCalypso > hg > gsm-codec-lib
comparison configure @ 461:a53225b44ea5
further refinement of build system:
follow general free sw standards as much as possible
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 May 2024 07:09:59 +0000 |
parents | cb1d1ea7f2c5 |
children |
comparison
equal
deleted
inserted
replaced
460:cb1d1ea7f2c5 | 461:a53225b44ea5 |
---|---|
11 fi | 11 fi |
12 | 12 |
13 # defaults that can be overridden | 13 # defaults that can be overridden |
14 CC=gcc | 14 CC=gcc |
15 CFLAGS=-O2 | 15 CFLAGS=-O2 |
16 prefix=/opt/themwi | 16 prefix=/usr/local |
17 exec_prefix= | 17 exec_prefix= |
18 bindir= | 18 bindir= |
19 includedir= | 19 includedir= |
20 libdir= | 20 libdir= |
21 | 21 |