summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-08-19 20:46:30 +0400
committerNikolai Kondrashov <spbnick@gmail.com>2010-08-19 20:51:34 +0400
commit490ac2a5fc080ecc6daeef60117e65143013d4d1 (patch)
tree97ec6dafa703adf104ebd354932ab3891feecb1f /configure.ac
parentfaa5530291e9799acca48cda59e8ce94c1a7d354 (diff)
downloadusbhid-dump-490ac2a5fc080ecc6daeef60117e65143013d4d1.tar.gz
Renamed the package from hid-dump to usbhid-dump
In preparation for integration with usbutils, the package is given a more globally correct name "usbhid-dump". All the relevant directories and files are renamed. All the relevant symbols in the code are renamed. The resulting binary is renamed. All the license notices in the files are updated with the new name.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 79716eb..abe945e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,26 +1,26 @@
#
# Copyright (C) 2010 Nikolai Kondrashov
#
-# This file is part of hid-dump.
+# This file is part of usbhid-dump.
#
-# Hid-dump is free software; you can redistribute it and/or modify
+# Usbhid-dump is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
-# Hid-dump is distributed in the hope that it will be useful,
+# Usbhid-dump is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with hid-dump; if not, write to the Free Software
+# along with usbhid-dump; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([hid-dump], [1.0])
+AC_INIT([usbhid-dump], [1.0])
AC_CONFIG_AUX_DIR([auxdir])
AM_INIT_AUTOMAKE([1.9 -Wall foreign])
AC_CONFIG_HEADER([config.h])
@@ -92,7 +92,7 @@ fi
#
AC_CONFIG_FILES([Makefile
include/Makefile
- include/hid_dump/Makefile
+ include/usbhid_dump/Makefile
lib/Makefile
src/Makefile])
AC_OUTPUT