SUBDIRS = prnt


Change this to
  SUBDIRS = prnt .
so things in there are built first.

I think it's ok the way he did. Directories are built depth-first, so you don't need the dot at the end.


See "Recursing subdirectories" at:
http://www.gnu.org/software/automake/manual/html_mono/automake.html#Alternative

Andre Caldas.


_______________________________________________ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to