[geany/geany-plugins] ece919: Fix installation path during distcheck

Colomban Wendling git-noreply at xxxxx
Sat Feb 22 14:06:39 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 22 Feb 2014 14:06:39 UTC
Commit:      ece919a81a0ff154de708d24326caaefd5c1a57b
             https://github.com/geany/geany-plugins/commit/ece919a81a0ff154de708d24326caaefd5c1a57b

Log Message:
-----------
Fix installation path during distcheck

When distchecking we need not to install plugins in the real Geany
libdir, both because it's not writable and because it's a bad idea.

So, pass the appropriate configure flag to override automatic detection
during distcheck's configure run.


Modified Paths:
--------------
    Makefile.am

Modified: Makefile.am
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1,4 +1,5 @@
 ACLOCAL_AMFLAGS = -I build/cache -I build -I build/bundled -I geanypy/m4 --install
+AM_DISTCHECK_CONFIGURE_FLAGS = --with-geany-libdir='$${libdir}'
 
 SUBDIRS = po
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list