DPMI / libcap_utils

DPMI capture utilities
GNU General Public License v2.0
5 stars 1 forks source link

Ubuntu 14.05 Issue possibly undefined macro: AC_DISABLE_STATIC #13

Closed patrikarlos closed 7 years ago

patrikarlos commented 7 years ago

If you try to install on a vanilla 14.05LTS, you may encounter a problem

mpgeX:~/libcap_utils$ autoreconf -si configure.ac:50: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf2.50: /usr/bin/autoconf failed with exit status: 1

patrikarlos commented 7 years ago

Solved by (apparently not in build-essential)

mpgeX:/libcap_utils$ sudo apt-get install pkg-config libtool automake ... mpgeX:/libcap_utils$ sudo libtoolize --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, build-aux'. libtoolize: linking filebuild-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: linking filem4/libtool.m4' libtoolize: linking file m4/ltoptions.m4' libtoolize: linking filem4/ltsugar.m4' libtoolize: linking file m4/ltversion.m4' libtoolize: linking filem4/lt~obsolete.m4' mpge10:/libcap_utils$ autoreconf -si configure.ac:52: installing 'build-aux/config.guess' configure.ac:52: installing 'build-aux/config.sub'