IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3153


Ignore:
Timestamp:
Feb 7, 2005, 4:36:28 PM (21 years ago)
Author:
desonia
Message:

added auto-creation of psTime.config

Location:
trunk/psLib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r3128 r3153  
    1 SUBDIRS = src test swig
     1SUBDIRS = src config test swig
    22
    33bin_SCRIPTS = pslib-config
  • trunk/psLib/configure.in

    r3146 r3153  
    158158AC_CONFIG_FILES([ test/image/Makefile ])
    159159AC_CONFIG_FILES([ test/sysUtils/Makefile ])
     160AC_CONFIG_FILES([ config/Makefile ])
    160161AC_CONFIG_FILES([ pslib-config ])
    161162AC_CONFIG_FILES([ pslib.pc ])
  • trunk/psLib/src/config.h.in

    r3150 r3153  
    7575#undef PACKAGE_VERSION
    7676
    77 /* The size of a `char', as computed by sizeof. */
    78 #undef SIZEOF_CHAR
    79 
    80 /* The size of a `int', as computed by sizeof. */
    81 #undef SIZEOF_INT
    82 
    83 /* The size of a `long', as computed by sizeof. */
    84 #undef SIZEOF_LONG
    85 
    86 /* The size of a `long long', as computed by sizeof. */
    87 #undef SIZEOF_LONG_LONG
    88 
    89 /* The size of a `short', as computed by sizeof. */
    90 #undef SIZEOF_SHORT
    91 
    9277/* Define to 1 if you have the ANSI C header files. */
    9378#undef STDC_HEADERS
Note: See TracChangeset for help on using the changeset viewer.