[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-devel] configure --prefix doesn't propagate to [data|man]dir
From: |
François Revol |
Subject: |
[Qemacs-devel] configure --prefix doesn't propagate to [data|man]dir |
Date: |
Mon, 06 Jan 2014 12:01:43 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 |
Hi,
when adding --datadir / --mandir support the single quotes were changed
to double quotes in the presets for those two, to allow correct passing
to the config.h file.
However now when passing --prefix to configure without specifying others
they are not assigned as one would expect:
$ ./configure --prefix=/opt
Install prefix /opt
Shared data dir /usr/local/share
Manpages dir /usr/local/man
Not sure how to best fix it though.
François.
- [Qemacs-devel] configure --prefix doesn't propagate to [data|man]dir,
François Revol <=