projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfbef6
)
Added AM_SILENT_RULES option to configure, so you can now do './configure --enable...
author
fliep
<fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Wed, 12 Aug 2009 21:33:56 +0000
(21:33 +0000)
committer
fliep
<fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Wed, 12 Aug 2009 21:33:56 +0000
(21:33 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ad95022df928a1280b58e607b5e34dc59e90ca26..0972d75e5947efa9b7cde45c642ffe6a03abb850 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-10,6
+10,8
@@
AC_INIT([chimara], [0.1])
AC_CONFIG_SRCDIR(libchimara/chimara-glk.c)
# Initialize Automake
AM_INIT_AUTOMAKE([-Wall])
+# Configure with --enable-silent-rules to cut down on clutter
+AM_SILENT_RULES
### DECLARE PROGRAMS ##########################################################