summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-21 18:53:18 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-21 18:53:18 -0500
commit79787fcc061362905f0b47a67c922884a27616fc (patch)
tree6f4e0f5ec6436739bacb3f1bbd08adadec163830 /src
parentFix cleanup up libphp[57].so symlinks. (diff)
downloadeselect-php-79787fcc061362905f0b47a67c922884a27616fc.tar.gz
eselect-php-79787fcc061362905f0b47a67c922884a27616fc.tar.bz2
eselect-php-79787fcc061362905f0b47a67c922884a27616fc.zip
Add another layer of indirection to get @bindir@ and friends in the output.
When we create php.eselect from php.eselect.in using autoconf, we don't have a way to get the full, expanded value of @bindir@, @libdir@, and the other paths that we need. The autoconf documentation suggests a workaround for this: add another layer of indirection, and use the Makefile to substitute those values into the output files. This commit sets the stage by renaming php.eselect.in to php.eselect.in.in. The first round of processing by autoconf takes php.eselect.in.in to php.eselect.in. The Makefile will then generate php.eselect from php.eselect.in after substituting @bindir@, @libdir@, and @localstatedir@.
Diffstat (limited to 'src')
-rw-r--r--src/php.eselect.in.in (renamed from src/php.eselect.in)0
1 files changed, 0 insertions, 0 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in.in
index b2a0dd5..b2a0dd5 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in.in