Autotools: Fix package name and URLs in configure.ac
authorPete Batard <pete@akeo.ie>
Fri, 30 Mar 2012 12:04:18 +0000 (13:04 +0100)
committerPete Batard <pete@akeo.ie>
Fri, 30 Mar 2012 12:04:18 +0000 (13:04 +0100)
configure.ac

index 0b7b6aa..69b30ce 100644 (file)
@@ -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: