Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8b0590de
Commit
8b0590de
authored
Feb 09, 2013
by
Glenn Morris
Browse files
* configure.ac (emacs_config_options): Strip out the (internal) arguments
--no-create and --no-recursion.
parent
0ccdf61e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
View file @
8b0590de
2013-02-10 Glenn Morris <rgm@gnu.org>
* configure.ac (emacs_config_options): Strip out the (internal)
arguments --no-create and --no-recursion.
2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
...
...
configure.ac
View file @
8b0590de
...
...
@@ -4087,7 +4087,7 @@ fi
AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}",
[Define to the canonical Emacs configuration name.])
dnl Replace any embedded " characters (bug#13274).
emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"`
emacs_config_options=`echo "$emacs_config_options
" | sed -e
's/--no-create //' -e 's/--no-recursion //' -e 's/ *$//' -e
"s/\"/'/g"`
AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${emacs_config_options}",
[Define to the options passed to configure.])
AH_TEMPLATE(config_opsysfile, [Some platforms that do not use configure
...
...
Write
Preview
Markdown
is supported
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