Skip to content

Instantly share code, notes, and snippets.

@OliPicard
Created July 4, 2015 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OliPicard/dcfba67b13a45d7415fc to your computer and use it in GitHub Desktop.
Save OliPicard/dcfba67b13a45d7415fc to your computer and use it in GitHub Desktop.
username@hostname:~/src/liblcfg/code$ autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:8: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
src/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined
src/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
src/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
src/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure
src/Makefile.am:7: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
kippo@snoopy:~/src/liblcfg/code$ sudo autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:8: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
src/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined
src/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
src/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
src/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure
src/Makefile.am:7: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment