Monday, August 21

The autoconf dance..

It goes like this: .in and out....

aclocal -> aclocal.m4
autoheader -> config.h
autoconf -> configure
automake -> Makefile.ac -> Makefile.in
configure -> Makefile.in -> Makefile

Then make finally builds it....

No comments: