projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
912997a
)
Suppress Automake warning about overriding distdir.
author
Ben Pfaff
<blp@nicira.com>
Wed, 17 Sep 2008 20:29:00 +0000
(13:29 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 17 Sep 2008 20:29:00 +0000
(13:29 -0700)
Reported by Martin.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 782ce711b701d695ab3a3840d0f9d7aace300e2e..53c65fefd7f3e96274adf8ba7306d50c683bdb15 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,4
+1,6
@@
-AUTOMAKE_OPTIONS=foreign
+# The goal of -Wno-syntax here is just to suppress the Automake warning
+# about overriding distdir, below.
+AUTOMAKE_OPTIONS=foreign -Wno-syntax
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
lib \