Also set NUMERIC_VERSION_ONLY for Cygwin,
eliminate (api_major.api_minor/shared_data/mount_registory) part.
This commit is contained in:
parent
92c1cece65
commit
de5ce483d7
2 changed files with 3 additions and 3 deletions
2
pkgtools/pkg_install/files/configure
vendored
2
pkgtools/pkg_install/files/configure
vendored
|
@ -5042,7 +5042,7 @@ case $host in
|
|||
esac
|
||||
|
||||
case $host in
|
||||
*-*-dragonfly* |*-*-freebsd*|*-*-linux*)
|
||||
*-*-cygwin*|*-*-dragonfly* |*-*-freebsd*|*-*-linux*)
|
||||
|
||||
$as_echo "#define NUMERIC_VERSION_ONLY 1" >>confdefs.h
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dnl $NetBSD: configure.ac,v 1.36 2011/04/20 09:57:25 morr Exp $
|
||||
dnl $NetBSD: configure.ac,v 1.37 2013/02/10 12:46:56 obache Exp $
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.52)
|
||||
AC_INIT([pkg_install], [20090911], [joerg@NetBSD.org])
|
||||
|
@ -142,7 +142,7 @@ case $host in
|
|||
esac
|
||||
|
||||
case $host in
|
||||
*-*-dragonfly* |*-*-freebsd*|*-*-linux*)
|
||||
*-*-cygwin*|*-*-dragonfly* |*-*-freebsd*|*-*-linux*)
|
||||
AC_DEFINE([NUMERIC_VERSION_ONLY], [1], [Defined when to retain only the numeric OS version])
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue