summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-30 13:04:18 +0100
committerPete Batard <pete@akeo.ie>2012-03-30 13:04:18 +0100
commit5c311cb2dd7009f29bc0e8f955e75036b4d9fed2 (patch)
tree7183c342bbe3277454a6ea67c65fefb09ccf7b9a /configure.ac
parent810ff9edb71300c8e651bc7b230edb5123386d87 (diff)
downloadlibusb-5c311cb2dd7009f29bc0e8f955e75036b4d9fed2.tar.gz
Autotools: Fix package name and URLs in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0b7b6aa..69b30ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ LU_DEFINE_VERSION_ATOM([LIBUSB_MINOR])
LU_DEFINE_VERSION_ATOM([LIBUSB_MICRO])
LU_DEFINE_VERSION_RC_ATOM([LIBUSB_RC])
-AC_INIT([libusb], LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])
+AC_INIT([libusbx], LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC, [libusbx-devel@lists.sourceforge.net], [libusbx], [http://www.libusbx.org/])
# Library versioning
# These numbers should be tweaked on every release. Read carefully: