From: Mike Frysinger Date: Wed, 21 Apr 2010 09:20:45 +0000 (-0400) Subject: manual: fix minor typo in AC_CONFIG_SUBDIRS example X-Git-Tag: v2.66~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2298ccb8f5f97b6b2af164b5f8ef40a52f98918;p=thirdparty%2Fautoconf.git manual: fix minor typo in AC_CONFIG_SUBDIRS example Signed-off-by: Mike Frysinger --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 2dfd20fd..90bd327e 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3616,7 +3616,7 @@ be a literal, i.e., please do not use: @example if test "x$package_foo_enabled" = xyes; then - $my_subdirs="$my_subdirs foo" + my_subdirs="$my_subdirs foo" fi AC_CONFIG_SUBDIRS([$my_subdirs]) @end example