[Xfce-bugs] [Bug 10899] can't build xfce4-dev-tools in an alternate location

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun May 25 22:46:13 CEST 2014


https://bugzilla.xfce.org/show_bug.cgi?id=10899

Ash Charles <ashcharles at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ashcharles at gmail.com

--- Comment #1 from Ash Charles <ashcharles at gmail.com> ---
Shucks---I should have searched for this bug report before trying to make a
similar patch!  I've attached my version of the patch here where I kept a
reference to $(builddir).  I'm not super familiar with autotools so I don't
know if this would be necessary.  Either way, both patches work for me :).

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index f2f0600..8d7ea97 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -10,7 +10,7 @@ bin_SCRIPTS =                                                
        \
        xdt-autogen                                                     \
        xdt-commit

-xdt-autogen: Makefile $(srcdir)/xdt-autogen.in
+xdt-autogen: Makefile $(builddir)/xdt-autogen.in
        rm -f xdt-autogen xdt-autogen.gen
        sed -e 's,\@DATADIR\@,$(datadir),g' \
                xdt-autogen.in \
-- 
1.8.3.2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list