> mmm, just wondering : why is this needed ? > > didou > > -AC_INIT(livedoc.css) > > +AC_INIT(livedoc.php)
AC_INIT is used to check if it can find the sources. (someone correct me if I'm wrong!) I've tried to remove it, but autoconf showed me lots of errors, so I've just replaced it with an existing file... Nuno