Compiling libtool examples
Sunday, March 23, 2008
This is more a reminder to myself, but here's how to compile the libtool examples:
$ cd demo
$ aclocal
$ libtoolize --automake
$ automake --add-missing
$ autoconf
$ ./configure
$ make
It's really how to bootstrap any GNU autotools using application I suppose.
2 comments:
Anonymous said...
./autogen.sh && make
betto said...
or better: use autoreconf :-)
New comments are not allowed.