~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_python3_devel.m4

  • Committer: Lee Bieber
  • Date: 2011-03-07 18:45:40 UTC
  • mfrom: (2221.1.8 only-libdrizzle)
  • mto: This revision was merged to the branch mainline in revision 2222.
  • Revision ID: kalebral@gmail.com-20110307184540-grw6ljb1ojab4ojz
Merge Monty - Allows folks to only build and install libdrizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
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=""