summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-10-07 12:50:31 +0100
committerPete Batard <pbatard@gmail.com>2010-10-07 12:50:31 +0100
commit7a392930c8a7814eb23b413fc4cfd5350d7a743a (patch)
tree8dcf26fe59dc51a552fbcbd1e7ac7def5eed9523
parent228b4bd59a35ea771b8675343defdc6656079c88 (diff)
downloadlibusb-7a392930c8a7814eb23b413fc4cfd5350d7a743a.tar.gz
fixed typos
-rw-r--r--bump.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/bump.sh b/bump.sh
index f44c600..71415bf 100644
--- a/bump.sh
+++ b/bump.sh
@@ -23,7 +23,7 @@ OFFSET=9000
# increment - ideally, we'd check that tagver is really numeric here
TAGVER=`expr $TAGVER + 1`
TAGVER_OFF=`expr $TAGVER + $OFFSET`
-echo "Bumping version to pbr$TAGVER (nano: $TAGVER_OFF)"
+echo "Bumping version to pbh$TAGVER (nano: $TAGVER_OFF)"
sed -e "s/\(^m4_define(LIBUSB_NANO.*\)/m4_define(LIBUSB_NANO, [$TAGVER_OFF])/" configure.ac >> configure.ac~
mv configure.ac~ configure.ac
# we're duplicating libusb_version.h generation here, but that avoids having to run configure
diff --git a/configure.ac b/configure.ac
index da6f267..b66a4f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ AM_CONDITIONAL([OS_LINUX], [test "x$backend" = "xlinux"])
AM_CONDITIONAL([OS_DARWIN], [test "x$backend" = "xdarwin"])
AM_CONDITIONAL([OS_WINDOWS], [test "x$backend" = "xwindows"])
AM_CONDITIONAL([THREADS_POSIX], [test "x$threads" = "xposix"])
-AM_CONDITIONAL([CREATE_IMPORT_LIB], [test "x$create_import_lib" = "xyes"])
+AM_CONDITIONAL([CREATE_IMPORT_LIB], [test "x$create_import_lib" = "xyes"])
# timerfd
AC_CHECK_HEADER([sys/timerfd.h], [timerfd_h=1], [timerfd_h=0])