You've already forked fuse-utils
mirror of
https://git.code.sf.net/p/fuse-emulator/fuse-utils
synced 2025-08-07 13:42:58 +03:00
Remove warnings about underquoted definitions for glib and libaudiofile .
Legacy-ID: 2913
This commit is contained in:
@@ -7,7 +7,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
|
||||||
@@ -423,7 +423,7 @@ main ()
|
|||||||
dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
||||||
dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
|
dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN(AM_PATH_AUDIOFILE,
|
AC_DEFUN([AM_PATH_AUDIOFILE],
|
||||||
[dnl
|
[dnl
|
||||||
dnl Get compiler flags and libraries from the audiofile-config script.
|
dnl Get compiler flags and libraries from the audiofile-config script.
|
||||||
dnl
|
dnl
|
||||||
|
@@ -173,3 +173,4 @@
|
|||||||
20070529 Makefile.am,acinclude.m4,audio2tape.c,configure.in,
|
20070529 Makefile.am,acinclude.m4,audio2tape.c,configure.in,
|
||||||
man/{Makefile.am,audio2tape.1}: add new audio file to tape image
|
man/{Makefile.am,audio2tape.1}: add new audio file to tape image
|
||||||
convertor (part of patch #1725974) (Fred).
|
convertor (part of patch #1725974) (Fred).
|
||||||
|
20070530 Remove warnings about underquoted definitions (Stuart).
|
||||||
|
Reference in New Issue
Block a user