mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
[build slog] Rework m4-quoting for AC_INIT form
This is adopted verbatim from the autoupdate (GNU Autoconf 2.71) suggestion. * guile-readline/configure.ac (AC_INIT): Add m4-quotes to first two args; remove inner m4-quotes; remove extraneous newlines.
This commit is contained in:
parent
8b965ad7ba
commit
c43f2527c1
1 changed files with 2 additions and 4 deletions
|
@ -2,10 +2,8 @@ AC_PREREQ(2.50)
|
||||||
|
|
||||||
dnl Don't use "echo -n", which is not portable (e.g., not available on
|
dnl Don't use "echo -n", which is not portable (e.g., not available on
|
||||||
dnl MacOS X). Instead, use `patsubst' to remove the newline.
|
dnl MacOS X). Instead, use `patsubst' to remove the newline.
|
||||||
AC_INIT(guile-readline,
|
AC_INIT([guile-readline],[patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}),
|
||||||
patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}), [
|
)],[bug-guile@gnu.org])
|
||||||
]),
|
|
||||||
[bug-guile@gnu.org])
|
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([.])
|
AC_CONFIG_AUX_DIR([.])
|
||||||
AC_CONFIG_SRCDIR(readline.c)
|
AC_CONFIG_SRCDIR(readline.c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue