Skip to content

Instantly share code, notes, and snippets.

@kumpera
Created March 12, 2012 17:31
Show Gist options
  • Save kumpera/2023519 to your computer and use it in GitHub Desktop.
Save kumpera/2023519 to your computer and use it in GitHub Desktop.
Running libtoolize...
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal -I m4 -I . ...
Running autoheader...
Running automake --gnu ...
Running autoconf ...
Running libgc/autogen.sh ...
Running libtoolize...
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal ...
Running automake --gnu ...
Makefile.am:32: Libtool library used but `LIBTOOL' is undefined
Makefile.am:32: The usual way to define `LIBTOOL' is to add `LT_INIT'
Makefile.am:32: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:32: If `LT_INIT' is in `configure.in', make sure
Makefile.am:32: its definition is in aclocal's search path.
**Error**: automake failed.
Done running libgc/autogen.sh ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment