23 March 2008

Compiling libtool examples

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.

1 Comments:

OpenID elmarco said...

./autogen.sh && make

23 March, 2008 22:31  

Post a Comment

Links to this post:

Create a Link

<< Home