Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
28e65c57
...
28e65c57af7809131ed45a579d5842d078710cde
authored
2002-11-04 17:32:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Translate dot to underscore in variable names.
1 parent
e911e954
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
m4/enable.m4
m4/enable.m4
View file @
28e65c5
...
...
@@ -19,8 +19,8 @@ dnl
dnl MU_ENABLE_SUPPORT(feature, [action-if-true], [action-if-false])
AC_DEFUN([MU_ENABLE_SUPPORT], [
pushdef([mu_upcase],translit($1,[a-z
],[A-Z
]))
pushdef([mu_cache_var],[mu_cv_enable_]
$1
)
pushdef([mu_upcase],translit($1,[a-z
-],[A-Z_
]))
pushdef([mu_cache_var],[mu_cv_enable_]
translit($1,[-],[_])
)
AC_ARG_ENABLE($1,
AC_HELP_STRING([--disable-]$1,
...
...
Please
register
or
sign in
to post a comment