bug-gnulib
[Top][All Lists]
Advanced

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

top_srcdir in Makefile.am & Makefile.in


From: Sam Steingold
Subject: top_srcdir in Makefile.am & Makefile.in
Date: Fri, 29 Jul 2011 14:16:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,
clisp directory structure is:
clisp - top level; hand-written configure script (ask Bruno)
clisp/src - most sources, configure.in, configure, aclocal.m4
clisp/src/gllib, clisp/src/glm4 - imported from gnulib
clisp/src/build-aux - imported from many places, mostly gnulib

$ grep top_srcdir src/gllib/Makefile.am
appears to indicate that top_srcdir should point to clisp.
however,
$ cd src && automake gllib/Makefile && cd ..
$ grep top_srcdir src/gllib/Makefile.in
has these:
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gllib/Makefile'; \

how come?!

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 
11.0.60900031
http://www.memritv.org http://honestreporting.com http://ffii.org
http://truepeace.org http://mideasttruth.com http://palestinefacts.org
Someone has changed your life.  Save? (y/n)



reply via email to

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