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
elpa
elpa
Commits
c3b17a42
Commit
c3b17a42
authored
Aug 23, 2017
by
Andreas Marek
Browse files
Merge remote-tracking branch 'origin/loh/fix_mawk'
parents
de3fcdad
52be7f36
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c3b17a42
...
...
@@ -660,7 +660,7 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
fi
# find the number of this kernel
ELPA_2STAGE_[]m4_toupper(elpa_m4_kind)[]_DEFAULT=`grep -i '^ *X(ELPA_2STAGE_'$default_[]elpa_m4_kind[]_kernel'\>' $srcdir/elpa/elpa_constants.h.in | \
awk '// { gsub(/^[[^,]]*, */, ""); gsub(/,.*/, ""); print;}
'`
perl -pe 's/^[[^,]]*, *//; s/,.*//;
'`
AC_SUBST([ELPA_2STAGE_]m4_toupper(elpa_m4_kind)[_DEFAULT])
])
...
...
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