I have 2 auto* packages, and one subdir (sntp/) is a subpackage of the parent.
I'm using autoconf 2.59 and automake 1.9.6. I see this: [EMAIL PROTECTED]> grep '^top_srcdir' A.pogo/sntp/Makefile A.rackety/sntp/Makefile A.pogo/sntp/Makefile:top_srcdir = ../../sntp A.rackety/sntp/Makefile:top_srcdir = ../../sntp [EMAIL PROTECTED]> grep '^top_srcdir' A.pogo/sntp/libopts/Makefile A.rackety/sntp/libopts/Makefile A.pogo/sntp/libopts/Makefile:top_srcdir = ../../.. A.rackety/sntp/libopts/Makefile:top_srcdir = ../../.. [EMAIL PROTECTED]> top_srcdir in the sntp/libopts/ subdir seems Wrong. H
