mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
Fix underquoted macro definitions.
This commit is contained in:
parent
a7838b5f3c
commit
99971fbac7
@ -5,7 +5,7 @@ dnl AM_PATH_GLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MO
|
|||||||
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
|
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
|
||||||
dnl gthread is specified in MODULES, pass to glib-config
|
dnl gthread is specified in MODULES, pass to glib-config
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN(AM_PATH_GLIB,
|
AC_DEFUN([AM_PATH_GLIB],
|
||||||
[dnl
|
[dnl
|
||||||
dnl Get the cflags and libraries from the glib-config script
|
dnl Get the cflags and libraries from the glib-config script
|
||||||
dnl
|
dnl
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
|
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
|
||||||
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
|
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
|
||||||
dnl also defines GSTUFF_PKG_ERRORS on error
|
dnl also defines GSTUFF_PKG_ERRORS on error
|
||||||
AC_DEFUN(PKG_CHECK_MODULES, [
|
AC_DEFUN([PKG_CHECK_MODULES], [
|
||||||
succeeded=no
|
succeeded=no
|
||||||
|
|
||||||
if test -z "$PKG_CONFIG"; then
|
if test -z "$PKG_CONFIG"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user