summaryrefslogtreecommitdiff
path: root/gphoto-m4
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-18 22:06:24 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-19 05:25:51 +0100
commita79045dc0fbd00e42d7c8382192ae2e8f7dc12ae (patch)
tree222c47b8cbc9236eabb653b505d3c0d16ae943d0 /gphoto-m4
parent2a00d2c36e965aee3d65bd667da39ee952a13c16 (diff)
downloadlibgphoto2-a79045dc0fbd00e42d7c8382192ae2e8f7dc12ae.tar.gz
Use standard syntax for the AC_DEFUN()ed macros
Diffstat (limited to 'gphoto-m4')
-rw-r--r--gphoto-m4/gp-gettext-hack.m415
1 files changed, 9 insertions, 6 deletions
diff --git a/gphoto-m4/gp-gettext-hack.m4 b/gphoto-m4/gp-gettext-hack.m4
index 3f5dbb72a..f7427745e 100644
--- a/gphoto-m4/gp-gettext-hack.m4
+++ b/gphoto-m4/gp-gettext-hack.m4
@@ -19,9 +19,8 @@ dnl
dnl You can leave out the GP_GETTEXT_HACK parameters if you want to,
dnl GP_GETTEXT_HACK will try fall back to sensible values in that case:
dnl
-
-AC_DEFUN([GP_GETTEXT_HACK],
-[
+dnl
+AC_DEFUN([GP_GETTEXT_HACK], [dnl
AC_BEFORE([$0], [AM_GNU_GETTEXT])dnl
AC_BEFORE([$0], [AM_GNU_GETTEXT_VERSION])dnl
m4_if([$1],[],[GETTEXT_PACKAGE="${PACKAGE_TARNAME}"],[GETTEXT_PACKAGE="$1"])
@@ -53,8 +52,10 @@ if test -f "${srcdir}/po/Makevars.template"; then
else
AC_MSG_RESULT([no])
fi
-])
-
+])dnl
+dnl
+dnl
+dnl
AC_DEFUN([GP_GETTEXT_FLAGS],
[
AC_REQUIRE([AM_GNU_GETTEXT])
@@ -66,7 +67,9 @@ GP_CONFIG_MSG([Use translations],[${USE_NLS}])
if test "x$USE_NLS" = "xyes" && test "${BUILD_INCLUDED_LIBINTL}"; then
GP_CONFIG_MSG([Use included libintl],[${BUILD_INCLUDED_LIBINTL}])
fi
-])
+])dnl
+dnl
+dnl
dnl Please do not remove this:
dnl filetype: 71ff3941-a5ae-4677-a369-d7cb01f92c81