projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94e960
)
move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS
author
Yang Tse
<yangsita@gmail.com>
Sun, 27 Jul 2008 16:37:02 +0000
(16:37 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Sun, 27 Jul 2008 16:37:02 +0000
(16:37 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
2c01c6c
..
04db9ec
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,7
+1,7
@@
-ACLOCAL_AMFLAGS = -I m4
-
AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I m4
+
lib_LTLIBRARIES = libcares.la
man_MANS = $(MANPAGES)