IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8660


Ignore:
Timestamp:
Aug 28, 2006, 1:50:20 PM (20 years ago)
Author:
jhoblitt
Message:

add a TT global var named glueforge_version
add a "This file generated by" blurb to psdb/{code,header,configure_ac}.tt
VERSION to 0.24

Location:
trunk/glueforge
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/configure.ac

    r8317 r8660  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([glueforge], [0.23], [jhoblitt@cpan.org])
     3AC_INIT([glueforge], [0.24], [jhoblitt@cpan.org])
    44AC_CONFIG_SRCDIR([glueforge.in])
    55
  • trunk/glueforge/glueforge.in

    r8273 r8660  
    33# Copyright (C) 2005-2006  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.49 2006-08-10 22:25:51 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.50 2006-08-28 23:50:20 jhoblitt Exp $
    66
    77use strict;
     
    155155
    156156    # global data
     157    $data{glueforge_version}= $VERSION;
     158
    157159    $data{pkg_name}         = $table_name . "db";
    158160    $data{pkg_namespace}    = $table_name;
     
    239241
    240242    my %data;
     243    $data{glueforge_version}= $VERSION;
    241244    $data{pkg_name}         = $pkg_name;
    242245    $data{pkg_namespace}    = $pkg_namespace;
  • trunk/glueforge/templates/psdb/code.tt

    r8316 r8660  
     1/*
     2 *
     3 * This file was generated by glueforge [% glueforge_version %]
     4 *
     5 * Do NOT directly edit this file.
     6 *
     7 */
     8
    19#include <stdio.h>
    210
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r8273 r8660  
     1dnl
     2dnl This file was generated by glueforge [% glueforge_version %]
     3dnl
     4dnl Do NOT directly edit this file.
     5dnl
     6
    17AC_PREREQ(2.59)
    28
  • trunk/glueforge/templates/psdb/header.tt

    r8316 r8660  
     1/*
     2 *
     3 * This file was generated by glueforge [% glueforge_version %]
     4 *
     5 * Do NOT directly edit this file.
     6 *
     7 */
     8
    19#ifndef [% pkg_name FILTER upper %]_H
    210#define [% pkg_name FILTER upper %]_H 1
Note: See TracChangeset for help on using the changeset viewer.