automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

top_srcdir and subpackages


From: Harlan Stenn
Subject: top_srcdir and subpackages
Date: Wed, 07 Sep 2005 00:12:43 +0000

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:

address@hidden> 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
address@hidden> 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 = ../../..
address@hidden> 

top_srcdir in the sntp/libopts/ subdir seems Wrong.

H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]