Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
d9eb3829
Commit
d9eb3829
authored
Feb 27, 2018
by
IKEDA Soji
Browse files
Addition to PR #204. On this occasion, EXECCGIDIR would be defined in Sympa::Constants.
parent
44c5d1c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/Makefile.am
View file @
d9eb3829
...
...
@@ -219,11 +219,12 @@ Sympa/Constants.pm: Sympa/Constants.pm.in Makefile
-e
's|--scriptdir--|
$(scriptdir)
|'
\
-e
's|--modulesdir--|
$(modulesdir)
|'
\
-e
's|--defaultdir--|
$(defaultdir)
|'
\
-e
's|--arcdir--|
$(arcdir)
|'
\
-e
's|--bouncedir--|
$(bouncedir)
|'
\
-e
's|--execcgidir--|
$(execcgidir)
|'
\
-e
's|--staticdir--|
$(staticdir)
|'
\
-e
's|--cssdir--|
$(cssdir)
|'
\
-e
's|--picturesdir--|
$(picturesdir)
|'
\
-e
's|--arcdir--|
$(arcdir)
|'
\
-e
's|--bouncedir--|
$(bouncedir)
|'
\
<
$(srcdir)
/
$@
.in
>
$@
Sympa/Internals.pod
:
Sympa/Internals.podpl Sympa/Constants.pm.in $(nobase_modules_DATA)
...
...
src/lib/Sympa/Constants.pm.in
View file @
d9eb3829
...
...
@@ -44,11 +44,12 @@ use constant SBINDIR => '--sbindir--';
use
constant
SCRIPTDIR
=>
'
--scriptdir--
';
use
constant
MODULEDIR
=>
'
--modulesdir--
';
use
constant
DEFAULTDIR
=>
'
--defaultdir--
';
use
constant
ARCDIR
=>
'
--arcdir--
';
use
constant
BOUNCEDIR
=>
'
--bouncedir--
';
use
constant
EXECCGIDIR
=>
'
--execcgidir--
';
use
constant
STATICDIR
=>
'
--staticdir--
';
use
constant
CSSDIR
=>
'
--cssdir--
';
use
constant
PICTURESDIR
=>
'
--picturesdir--
';
use
constant
ARCDIR
=>
'
--arcdir--
';
use
constant
BOUNCEDIR
=>
'
--bouncedir--
';
use
constant
EMAIL_LEN
=>
100
;
use
constant
FAMILY_LEN
=>
50
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment