* INSTALLFLAGS added with default value -s(strip).
* For debug do: CFLAGS=-g INSTALLFLAGS= ./configure
This commit is contained in:
parent
1ac57dedaf
commit
7532fdde77
15 changed files with 63 additions and 41 deletions
|
|
@ -47,7 +47,7 @@ CC = @CC@
|
|||
CFLAGS = @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
#INSTALL = @INSTALL@
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
INCLUDES = -I. -I@srcdir@ @INCLUDES@
|
||||
SHELL = /bin/sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue