[PATCH 1/2] Autotools: Fix package name and URLs in configure.ac

Pete Batard pete at akeo.ie
Fri Mar 30 08:08:19 EDT 2012


Something we should have done some time ago. Note that libusb-1.0.pc is 
left unaffected by this change - it should only apply to the tarball 
generated by make dist.

Regards,

/Pete
-------------- next part --------------
>From 5c311cb2dd7009f29bc0e8f955e75036b4d9fed2 Mon Sep 17 00:00:00 2001
From: Pete Batard <pete at akeo.ie>
Date: Fri, 30 Mar 2012 13:04:18 +0100
Subject: [PATCH 1/2] Autotools: Fix package name and URLs in configure.ac

---
 configure.ac |    2 +-
 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 at lists.sourceforge.net], [libusb], [http://www.libusb.org/])
+AC_INIT([libusbx], LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC, [libusbx-devel at lists.sourceforge.net], [libusbx], [http://www.libusbx.org/])
 
 # Library versioning
 # These numbers should be tweaked on every release. Read carefully:
-- 
1.7.9.msysgit.0



More information about the libusbx mailing list