dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; fill-column: 102 -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. #
m4_define([_libo_define_pkg_version], [
save_IFS="$IFS"
IFS=. echo"$ver" | while read major minor micro; do
AC_DEFINE_UNQUOTED([$1_VERSION_MAJOR], [$major])
AC_DEFINE_UNQUOTED([$1_VERSION_MINOR], [$minor])
AC_DEFINE_UNQUOTED([$1_VERSION_MICRO], [$micro]) done
IFS="$save_IFS"
])
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.