Changeset 1c22155 for configure.ac


Ignore:
Timestamp:
Jun 20, 2013, 9:25:24 AM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
e4b8f93
Parents:
553fd38
git-author:
Anders Kaseorg <andersk@mit.edu> (04/10/13 06:26:00)
git-committer:
Anders Kaseorg <andersk@mit.edu> (06/20/13 09:25:24)
Message:
Get rid of all our embedded copies of Module::Install

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r80d7b44 r1c22155  
    140140AX_PROG_PERL_MODULES([Class::Accessor::Fast],,
    141141                     [AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])])
     142AX_PROG_PERL_MODULES([ExtUtils::Depends],,
     143                     [AC_MSG_ERROR([cannot find perl module ExtUtils::Depends])])
    142144AX_PROG_PERL_MODULES([Glib],,
    143145                     [AC_MSG_ERROR([cannot find perl module Glib.])])
     146AX_PROG_PERL_MODULES([Module::Install::Base],,
     147                     [AC_MSG_ERROR([cannot find perl module Module::Install::Base])])
    144148AX_PROG_PERL_MODULES([PAR],,
    145149                     [AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])])
    146 AX_PROG_PERL_MODULES([ExtUtils::Depends],,
    147                      [AC_MSG_ERROR([cannot find perl module ExtUtils::Depends])])
    148150
    149151dnl Add CFLAGS and LIBS for glib-2.0
Note: See TracChangeset for help on using the changeset viewer.