Commits

Ryan Schmidt authored f21d1e50afe
libpcapnav: fix autoreconf failure with automake 1.13 and later (https://trac.macports.org/ticket/38473)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@104255 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/libpcapnav/files/patch-automake-1.13.diff

Added
1 +--- configure.ac.orig 2007-06-04 20:03:43.000000000 -0500
2 ++++ configure.ac 2013-03-22 03:45:02.000000000 -0500
3 +@@ -1,7 +1,7 @@
4 + AC_INIT
5 + AC_CONFIG_SRCDIR([src/pcapnav.h])
6 + AM_INIT_AUTOMAKE(libpcapnav, 0.8)
7 +-AM_CONFIG_HEADER(config.h)
8 ++AC_CONFIG_HEADERS([config.h])
9 +
10 + dnl Commands for funkier shtool output:
11 + BLD_ON=`./shtool echo -n -e %B`

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut