bug-m4
[Top][All Lists]
Advanced

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

{src,build}dir confusion


From: Golubev I. N.
Subject: {src,build}dir confusion
Date: Thu, 14 Jun 2001 14:26:56 (GMT)

Version: 1.4ppre2

Even in prereleases (using automake) it does not require terrible
efforts to be able to build with builddir != srcdir.

--- Makefile.am 2001/06/13 06:14:42     1.1
+++ Makefile.am 2001/06/13 06:15:14     1.2
@@ -16,7 +16,7 @@
 time_la_SOURCES = time.c
 stdlib_la_SOURCES = stdlib.c
 
-LIBS = $(top_srcdir)/lib/libm4.la
+LIBS = $(top_builddir)/lib/libm4.la
 LDFLAGS = -no-undefined -module -avoid-version @DLLDFLAGS@
 
 test_la_LDFLAGS = -module
--- Makefile.am 2001/06/13 06:12:04     1.1
+++ Makefile.am 2001/06/13 06:13:24     1.2
@@ -21,7 +21,7 @@
 EXTRA_m4_SOURCES = numb.c numb.h
 
 
-m4_LDADD = @M4OBJS@ $(top_srcdir)/lib/libm4.la @INTLLIBS@
+m4_LDADD = @M4OBJS@ $(top_builddir)/lib/libm4.la @INTLLIBS@
 m4_LDFLAGS = -no-undefined @DLLDFLAGS@
 
 $(bin_PROGRAMS): @M4OBJS@



reply via email to

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