summaryrefslogtreecommitdiff
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-06-02 12:57:40 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-06-02 12:57:40 +0000
commit0da41f3c89875b28fd8fdb50cb303a0d4461e771 (patch)
tree28c7a75df59c1d0676c61041d5f3030b12fa9c86 /Makefile.am.inc
parent7ef7aae2657fb6144179c7f35a87e008afd084f3 (diff)
downloadwireshark-0da41f3c89875b28fd8fdb50cb303a0d4461e771.tar.gz
Don't complain about using GNU make extensions during running ./autogen.sh
svn path=/trunk/; revision=42995
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
index a7ad8e6b50..4476b55355 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -21,6 +21,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+AUTOMAKE_OPTIONS = -Wno-portability
+
.l.c:
$(RUNLEX) "$(LEX)" -o$@ $<