Commits
Ryan Schmidt authored f21d1e50afe
1 + | --- configure.ac.orig 2007-06-04 20:03:43.000000000 -0500 |
2 + | +++ configure.ac 2013-03-22 03:45:02.000000000 -0500 |
3 + | |
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` |