~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_python3_devel.m4

mergeĀ lp:~hingo/drizzle/drizzle-auth_ldap-fix-and-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl pandora-build: A pedantic build system
5
5
dnl
6
6
dnl   Copyright (C) 2009 Sun Microsystems, Inc.
7
 
dnl   Copyright (c) 2008 Sebastian Huber <sebastian-huber@web.de>
8
 
dnl   Copyright (c) 2008 Alan W. Irwin <irwin@beluga.phys.uvic.ca>
9
 
dnl   Copyright (c) 2008 Rafael Laboissiere <rafael@laboissiere.net>
10
 
dnl   Copyright (c) 2008 Andrew Collier <colliera@ukzn.ac.za>
11
 
dnl   Copyright (c) 2008 Matteo Settenvini <matteo@member.fsf.org>
12
 
dnl   Copyright (c) 2008 Horst Knorr <hk_classes@knoda.org>
 
7
dnl   Copyright (C) 2008 Sebastian Huber <sebastian-huber@web.de>
 
8
dnl   Copyright (C) 2008 Alan W. Irwin <irwin@beluga.phys.uvic.ca>
 
9
dnl   Copyright (C) 2008 Rafael Laboissiere <rafael@laboissiere.net>
 
10
dnl   Copyright (C) 2008 Andrew Collier <colliera@ukzn.ac.za>
 
11
dnl   Copyright (C) 2008 Matteo Settenvini <matteo@member.fsf.org>
 
12
dnl   Copyright (C) 2008 Horst Knorr <hk_classes@knoda.org>
13
13
dnl
14
14
dnl   This program is free software: you can redistribute it and/or modify it
15
15
dnl   under the terms of the GNU General Public License as published by the
76
76
        AC_PATH_PROG([PYTHON3],[python[$PYTHON3_VERSION]])
77
77
  ])
78
78
        AS_IF([test -z "$PYTHON3"],[
79
 
          AC_MSG_ERROR([Cannot find python$PYTHON3_VERSION in your system path])
 
79
          PANDORA_MSG_ERROR([Cannot find python$PYTHON3_VERSION in your system path])
80
80
          PYTHON3_VERSION=""
81
81
  ])
82
82
 
92
92
                   AC_MSG_RESULT([yes])
93
93
                else
94
94
                        AC_MSG_RESULT([no])
95
 
                        AC_MSG_ERROR([this package requires Python $1.
 
95
                        PANDORA_MSG_ERROR([this package requires Python $1.
96
96
If you have it installed, but it isn't the default Python
97
97
interpreter in your system path, please pass the PYTHON3_VERSION
98
98
variable to configure. See ``configure --help'' for reference.
110
110
                AC_MSG_RESULT([yes])
111
111
        else
112
112
                AC_MSG_RESULT([no])
113
 
                AC_MSG_ERROR([cannot import Python3 module "distutils".
 
113
                PANDORA_MSG_ERROR([cannot import Python3 module "distutils".
114
114
Please check your Python3 installation. The error was:
115
115
$ac_python3_distutils_result])
116
116
                PYTHON3_VERSION=""