mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
cleanup the configure.ac file, -lconfuse
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
AM_CFLAGS = -pedantic -Wall -W -O1 -g3 -std=gnu99 -lusb -lconfuse
|
||||
AM_CFLAGS = -pedantic -Wall -W -O1 -g3 -std=gnu99 -lusb
|
||||
|
||||
xbboot_version.h:
|
||||
echo -e '#ifndef XBBOOT_VERSION' \
|
||||
'\n#define XBBOOT_VERSION "20090815-1"' \
|
||||
'\n#define XBBOOT_VERSION "20100427-1"' \
|
||||
'\n#endif' > xbboot_version.h
|
||||
BUILT_SOURCES = xbboot_version.h
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@ void show_help()
|
||||
printf("\n"
|
||||
"xbboot version %s - Ingenic XBurst USB Boot Vendor Requests\n"
|
||||
"(c) 2009 Wolfgang Spraul\n"
|
||||
"Report bugs to <wolfgang@qi-hardware.com>.\n"
|
||||
"Report bugs to <wolfgang@qi-hardware.com>, <xiangfu@sharism.cc>.\n"
|
||||
"\n"
|
||||
"xbboot [vendor_request] ... (must run as root)\n"
|
||||
" -h --help print this help message\n"
|
||||
|
||||
Reference in New Issue
Block a user