Changeset 857


Ignore:
Timestamp:
2000-01-14T15:33:47+13:00 (24 years ago)
Author:
sjboddie
Message:

fixed config stuff

Location:
trunk/gsdl/src/mgpp
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/config.h

    r852 r857  
    104104
    105105/* The number of bytes in a unsigned char *.  */
    106 #define SIZEOF_UNSIGNED_CHAR_P 4
     106/* #undef SIZEOF_UNSIGNED_CHAR_P */
    107107
    108108/* Define if you have the ftime function.  */
  • trunk/gsdl/src/mgpp/configure

    r855 r857  
    462462# A filename unique to this package, relative to the directory that
    463463# configure is in, which we can look for to find out if srcdir is correct.
    464 ac_unique_file=text/mgquery.cpp
     464ac_unique_file=text/MGQuery.cpp
    465465
    466466# Find the source files, if location was not specified.
  • trunk/gsdl/src/mgpp/configure.in

    r855 r857  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT(text/mgquery.cpp)
     2AC_INIT(text/MGQuery.cpp)
    33AC_CONFIG_HEADER(config.h)
    44AC_ARG_PROGRAM
Note: See TracChangeset for help on using the changeset viewer.