diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-05-12 06:06:56 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-05-12 06:06:56 +0200 |
commit | 3a77dd9fe37671b0d8d471553b50a6c995cb6f0e (patch) | |
tree | 8daa67feb6f1b5fd8329e6af6d72788412d3967e /src | |
parent | added used compiler at version output (diff) |
make prefix variable more standard compliant
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 57abeeb..3d8982b 100755 --- a/src/configure +++ b/src/configure @@ -158,7 +158,7 @@ STRIP := strip INSTALL := install RAGEL := ragel -PREFIX := '$PREFIX' +prefix := '$PREFIX' BINDIR := '$BINDIR' ETCDIR := '$ETCDIR' EOF |