IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5896


Ignore:
Timestamp:
Jan 4, 2006, 2:54:52 PM (21 years ago)
Author:
jhoblitt
Message:

VERSION to '0.03'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/configure.ac

    r5895 r5896  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([glueforge], [0.02], [jhoblitt@cpan.org])
     3AC_INIT([glueforge], [0.03], [jhoblitt@cpan.org])
    44AC_CONFIG_SRCDIR([glueforge.in])
    55
     
    1010
    1111AC_PROG_PERL_MODULES(
    12     [PS::IPP::Metadata::Config], ,
    13     [AC_MSG_ERROR(perl module PS::IPP::Metadata::Config is required)]
     12  [PS::IPP::Metadata::Config], ,
     13  [AC_MSG_ERROR(perl module PS::IPP::Metadata::Config is required)]
    1414)
    1515
    1616AC_PROG_PERL_MODULES(
    17     [Template], ,
    18     [AC_MSG_ERROR(perl module Template is required)]
     17  [Template], ,
     18  [AC_MSG_ERROR(perl module Template is required)]
    1919)
    2020
Note: See TracChangeset for help on using the changeset viewer.