From 5c311cb2dd7009f29bc0e8f955e75036b4d9fed2 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Fri, 30 Mar 2012 13:04:18 +0100 Subject: Autotools: Fix package name and URLs in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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: -- cgit v1.2.1