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
a1f7782f
Commit
a1f7782f
authored
Oct 25, 2013
by
Glenn Morris
Browse files
Auto-commit of generated files.
parent
f67599d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
autogen/configure
autogen/configure
+5
-3
No files found.
autogen/configure
View file @
a1f7782f
...
...
@@ -4034,11 +4034,13 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
for var in "`pwd`" "`cd \"$srcdir\"; pwd`" "$prefix" "$exec_prefix" \
"$datarootdir" "$bindir" "$datadir" "$sharedstatedir" "$libexecdir"; do
temp_srcdir=`cd "$srcdir"; pwd`
for var in "`pwd`" "$temp_srcdir"; do
case "$var" in
*[^\ -~]*) as_fn_error "Emacs cannot be built
or installed
in a directory whose name contains non-ASCII characters: $var" "$LINENO" 5 ;;
*[^\ -~]*) as_fn_error "Emacs cannot be built in a directory whose name contains non-ASCII characters: $var" "$LINENO" 5 ;;
esac
done
...
...
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