Changeset 11635
- Timestamp:
- Feb 2, 2007, 8:56:54 PM (19 years ago)
- Location:
- trunk/ippdb
- Files:
-
- 4 edited
-
autogen.sh (modified) (1 diff)
-
configure.ac (modified) (5 diffs)
-
src/ippdb.c (modified) (2 diffs)
-
src/ippdb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/autogen.sh
r11607 r11635 16 16 17 17 LIBTOOLIZE=libtoolize 18 ACLOCAL= "aclocal $ACLOCAL_FLAGS"18 ACLOCAL=aclocal 19 19 AUTOHEADER=autoheader 20 20 AUTOMAKE=automake -
trunk/ippdb/configure.ac
r11611 r11635 1 1 dnl 2 dnl This file was generated by glueforge 0.362 dnl This file was generated by glueforge 1.00 3 3 dnl 4 4 dnl Do NOT directly edit this file. … … 7 7 AC_PREREQ(2.59) 8 8 9 AC_INIT([ippdb], [1.0.0], [ ipp-support@ifa.hawaii.edu])9 AC_INIT([ippdb], [1.0.0], [pan-starrs.ifa.hawaii.edu]) 10 10 AC_CONFIG_SRCDIR([ippdb.pc.in]) 11 11 … … 18 18 AM_MISSING_PROG([AUTOM4TE], [autom4te]) 19 19 20 IPP_STDOPTS21 22 20 AC_LANG(C) 23 21 AC_PROG_CC … … 25 23 AC_PROG_LIBTOOL 26 24 27 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])25 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0]) 28 26 29 27 AC_PATH_PROG([PERL], [perl], [missing]) … … 36 34 37 35 dnl is this the best was to setup recursive CFLAGS? 36 IPP_STDOPTS 38 37 ippdb_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing" 39 38 AC_SUBST([ippdb_CFLAGS]) -
trunk/ippdb/src/ippdb.c
r11193 r11635 20 20 /* 21 21 * 22 * This file was generated by glueforge 0.3622 * This file was generated by glueforge 1.00 23 23 * 24 24 * Do NOT directly edit this file. … … 8427 8427 return false; 8428 8428 } 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")) { 8430 8430 psError(PS_ERR_UNKNOWN, false, "failed to add item exp_type"); 8431 8431 psFree(md); -
trunk/ippdb/src/ippdb.h
r11193 r11635 20 20 /* 21 21 * 22 * This file was generated by glueforge 0.3622 * This file was generated by glueforge 1.00 23 23 * 24 24 * Do NOT directly edit this file.
Note:
See TracChangeset
for help on using the changeset viewer.
