configure.ac (usbview-2.2) | : | configure.ac (usbview-3.0) | ||
---|---|---|---|---|
# SPDX-License-Identifier: GPL-2.0-only | ||||
# Copyright (c) 2022 Greg Kroah-Hartman <greg@kroah.com> | ||||
dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. | |||
# Prologue. | # Prologue. | |||
AC_PREREQ([2.69]) | AC_PREREQ([2.69]) | |||
AC_INIT([USBView],[2.2],[Greg Kroah-Hartman <greg@kroah.com>],[usbview],[http:// www.kroah.com/linux-usb/]) | AC_INIT([USBView],[3.0],[Greg Kroah-Hartman <greg@kroah.com>],[usbview],[http:// www.kroah.com/linux-usb/]) | |||
AC_CONFIG_SRCDIR([usbtree.c]) | AC_CONFIG_SRCDIR([usbtree.c]) | |||
AC_CONFIG_HEADERS([config.h]) | AC_CONFIG_HEADERS([config.h]) | |||
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall]) | AM_INIT_AUTOMAKE([foreign subdir-objects -Wall]) | |||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | |||
# Process options. | # Process options. | |||
AC_MSG_CHECKING([whether to try to install icons]) | AC_MSG_CHECKING([whether to try to install icons]) | |||
AC_ARG_ENABLE(icons, | AC_ARG_ENABLE(icons, | |||
[AS_HELP_STRING([--enable-icons],[try to install icons (default=yes)])], | [AS_HELP_STRING([--enable-icons],[try to install icons (default=yes)])], | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |