On Sun, 2005-01-02 at 10:54 -0500, Simon Perreault wrote: > On Sunday January 2 2005 04:30, Guido Draheim wrote: > > DIST_SUBDIRS = lib bin examples > > SUBDIRS = lib bin @EXAMPLES@ > > Thank you for your answer, but there seems to be something missing or maybe I > didn't understand something. I have used these lines: > > DIST_SUBDIRS = wrap tests examples > SUBDIRS = wrap tests @EXAMPLES@ > > Automake is able to interpret that syntax, but it doesn't seem to produce > valid output: > > Making all in @EXAMPLES@ > /bin/sh: line 0: cd: @EXAMPLES@: No such file or directory
You missed to AC_SUBST(EXAMPLES) in your configure script. Ralf