summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-02-20 00:16:08 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-21 20:56:29 +0200
commit7e009250be260c03626d8e38906d98608d62275f (patch)
treeec5019283331317deee92375f7ca839bc2cfc296 /m4
parentd5ea9126ff9f450b6c7d7e6b4c607f729a0e30b9 (diff)
downloadrygel-7e009250be260c03626d8e38906d98608d62275f.tar.gz
build: Update configure.ac to modern autotools
http://live.gnome.org/GnomeGoals/ModernAutotools
Diffstat (limited to 'm4')
-rw-r--r--m4/rygel.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/rygel.m4 b/m4/rygel.m4
index d7487376..6d40c57e 100644
--- a/m4/rygel.m4
+++ b/m4/rygel.m4
@@ -31,7 +31,7 @@ AC_DEFUN([RYGEL_ADD_STAMP],
AC_DEFUN([_RYGEL_ADD_PLUGIN_INTERNAL],
[
AC_ARG_ENABLE([$1-plugin],
- AC_HELP_STRING([--enable-$1-plugin],[enable $3 plugin]),,
+ AS_HELP_STRING([--enable-$1-plugin],[enable $3 plugin]),,
enable_$2_plugin=$4)
AC_CONFIG_FILES([src/plugins/$1/Makefile])
AM_CONDITIONAL(m4_toupper(build_$2_plugin), test "x$[]enable_$2_plugin" = "xyes")