staging: usbip: userspace: configure.ac: major overhaul
authormatt mooney <mfm@muteddisk.com>
Sat, 14 May 2011 10:55:13 +0000 (03:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 20:26:27 +0000 (13:26 -0700)
commitaf8bab0639aee8820c592d58c4a34b73258891ac
treec0c4baba69c6384f117a2c7cd5c66a943260288c
parent220973dd23570a40395dfe6d594a5746f336511f
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 <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/userspace/configure.ac