kopia lustrzana https://gitlab.com/sane-project/backends
Collect autoconf bits in one place
rodzic
35f1936aeb
commit
f1f4180e5b
22
configure.ac
22
configure.ac
|
@ -1,12 +1,15 @@
|
||||||
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
dnl ***********************************************************************
|
dnl ******************************************************************
|
||||||
dnl When preparing a release, modify the numeric version components and
|
dnl Set up autoconf and automake
|
||||||
dnl remove the git suffix.
|
dnl When preparing a release, modify the numeric version components
|
||||||
AC_INIT([sane-backends],[1.0.26git],[sane-devel@lists.alioth.debian.org])
|
dnl and remove the git suffix.
|
||||||
dnl ***********************************************************************
|
dnl ******************************************************************
|
||||||
|
AC_INIT([sane-backends],[1.0.26git],
|
||||||
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
|
[sane-devel@lists.alioth.debian.org])
|
||||||
|
AC_PREREQ(2.69) dnl minimum autoconf version required
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
AC_CONFIG_HEADERS([include/sane/config.h])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.11.6 subdir-objects -Wall])
|
AM_INIT_AUTOMAKE([1.11.6 subdir-objects -Wall])
|
||||||
AM_SILENT_RULES
|
AM_SILENT_RULES
|
||||||
|
@ -15,9 +18,6 @@ dnl This is because we check in generated files into CVS which has
|
||||||
dnl known timestamp issues.
|
dnl known timestamp issues.
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([include/sane/config.h])
|
|
||||||
AC_PREREQ(2.69) dnl Minimum Autoconf version required.
|
|
||||||
|
|
||||||
dnl ******************************************************************
|
dnl ******************************************************************
|
||||||
dnl Determine SANE version components and release status
|
dnl Determine SANE version components and release status
|
||||||
dnl ******************************************************************
|
dnl ******************************************************************
|
||||||
|
|
Ładowanie…
Reference in New Issue