From: Jonas Fonseca Date: Wed, 22 Aug 2007 09:27:52 +0000 (+0200) Subject: Add CC to the list of expanded symbols by configure X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c989862d94eb3c78f1410d53d9ef6188728cbbd2;p=tig.git Add CC to the list of expanded symbols by configure Also rearrange the list a bit. --- diff --git a/config.make.in b/config.make.in index 9a462db..b2a79ec 100644 --- a/config.make.in +++ b/config.make.in @@ -1,12 +1,15 @@ -CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -LDLIBS = @LIBS@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ mandir = @mandir@ docdir = @docdir@ datarootdir = @datarootdir@ + +CC = @CC@ +CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ +LDLIBS = @LIBS@ + ASCIIDOC = @ASCIIDOC@ XMLTO = @XMLTO@ DOCBOOK2PDF = @DOCBOOK2PDF@