From: matt mooney Date: Sat, 14 May 2011 10:55:13 +0000 (-0700) Subject: staging: usbip: userspace: configure.ac: major overhaul X-Git-Tag: v3.0-rc1~336^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8bab0639aee8820c592d58c4a34b73258891ac;p=pandora-kernel.git staging: usbip: userspace: configure.ac: major overhaul All parameters have been quoted; and autoscan was rerun so new headers, types, and functions were added. The deprecated macros AM_CONFIG_HEADER and AM_PROG_LIBTOOL were changed to AC_CONFIG_HEADERS and LT_INIT, respectively. The AS_HELP_STRING macro is used to avoid arbitrary spacing for proper help menu alignment, and AS_CASE to avoid quoting issues. And finally, the macros were realigned to allow mere mortals the ability to read them. Signed-off-by: matt mooney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed