IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11635


Ignore:
Timestamp:
Feb 2, 2007, 8:56:54 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.0.0

Location:
trunk/ippdb
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/autogen.sh

    r11607 r11635  
    1616
    1717LIBTOOLIZE=libtoolize
    18 ACLOCAL="aclocal $ACLOCAL_FLAGS"
     18ACLOCAL=aclocal
    1919AUTOHEADER=autoheader
    2020AUTOMAKE=automake
  • trunk/ippdb/configure.ac

    r11611 r11635  
    11dnl
    2 dnl This file was generated by glueforge 0.36
     2dnl This file was generated by glueforge 1.00
    33dnl
    44dnl Do NOT directly edit this file.
     
    77AC_PREREQ(2.59)
    88
    9 AC_INIT([ippdb], [1.0.0], [ipp-support@ifa.hawaii.edu])
     9AC_INIT([ippdb], [1.0.0], [pan-starrs.ifa.hawaii.edu])
    1010AC_CONFIG_SRCDIR([ippdb.pc.in])
    1111
     
    1818AM_MISSING_PROG([AUTOM4TE], [autom4te])
    1919
    20 IPP_STDOPTS
    21 
    2220AC_LANG(C)
    2321AC_PROG_CC
     
    2523AC_PROG_LIBTOOL
    2624
    27 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     25PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0])
    2826
    2927AC_PATH_PROG([PERL], [perl], [missing])
     
    3634
    3735dnl is this the best was to setup recursive CFLAGS?
     36IPP_STDOPTS
    3837ippdb_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing"
    3938AC_SUBST([ippdb_CFLAGS])
  • trunk/ippdb/src/ippdb.c

    r11193 r11635  
    2020/*
    2121 *
    22  * This file was generated by glueforge 0.36
     22 * This file was generated by glueforge 1.00
    2323 *
    2424 * Do NOT directly edit this file.
     
    84278427        return false;
    84288428    }
    8429     if (!psMetadataAdd(md, PS_LIST_TAIL, "exp_type", PS_DATA_STRING, NULL, "64")) {
     8429    if (!psMetadataAdd(md, PS_LIST_TAIL, "exp_type", PS_DATA_STRING, "XXX this should be dropped", "64")) {
    84308430        psError(PS_ERR_UNKNOWN, false, "failed to add item exp_type");
    84318431        psFree(md);
  • trunk/ippdb/src/ippdb.h

    r11193 r11635  
    2020/*
    2121 *
    22  * This file was generated by glueforge 0.36
     22 * This file was generated by glueforge 1.00
    2323 *
    2424 * Do NOT directly edit this file.
Note: See TracChangeset for help on using the changeset viewer.