-
Notifications
You must be signed in to change notification settings - Fork 290
Description
When building from appneta-tcpreplay-v4.4.1-1-g09f0774.tar.gz on macOS Monterey 12.0.1 I get the following error when trying to generate configure:
%$ ./autogen.sh
autoheader: error: error: AC_CONFIG_HEADERS not found in configure.ac
To Reproduce
Steps to reproduce the behavior:
- download appneta-tcpreplay-v4.4.1-1-g09f0774.tar.gz from http://tcpreplay.appneta.com/wiki/installation.html#downloads onto a system with MacOS Monterey 12.0.1
- %$ tar -xvzf appneta-tcpreplay-v4.4.1-1-g09f0774.tar.gz
- %$ cd appneta-tcpreplay-09f0774
- %$ ./autogen.sh
autoheader: error: error: AC_CONFIG_HEADERS not found in configure.ac
I expect to get a message similar to the one I get on my Ubuntu 18.04.05 VM:
~/appneta-tcpreplay-09f0774$ ./autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:169: installing 'config/ar-lib'
configure.ac:169: installing 'config/compile'
configure.ac:30: installing 'config/config.guess'
configure.ac:30: installing 'config/config.sub'
configure.ac:165: installing 'config/install-sh'
configure.ac:165: installing 'config/missing'
lib/Makefile.am: installing 'config/depcomp'
System (please complete the following information):
- OS: macOS
- OS version: Monterey 12.0.1
- Tcpreplay Version [e.g. 4.3.2] 4.4.1 (as evidenced by Ubuntu build from same tarball)
Additional context
Add any other context about the problem here.
autoheader --version -> 2.71
autoconf --version -> 2.7.1
aclocal --version -> 1.16.5
autogen --version -> 5.18.16