1
0
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:
Xiangfu Liu
2010-04-27 13:51:54 +08:00
parent 59a440415b
commit 9ed1a769d6
3 changed files with 16 additions and 8 deletions

View File

@@ -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

View File

@@ -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"