: prefix=@prefix@ datarootdir=@datarootdir@ exec_prefix=@exec_prefix@ bindir=@bindir@ sbindir=@sbindir@ libexecdir=@libexecdir@ datadir=${datarootdir} sysconfdir=@sysconfdir@ scd=${sysconfdir} libdir=@libdir@ sharedlibdir=${libdir}/shared mandir=@mandir@ includedir=@includedir@ localstatedir=@localstatedir@ cat > dkdircfg.h <= 1100) #ifdef SYSCONFDIR #define DK_SYSCONFDIR SYSCONFDIR #else #ifdef PREFIX #define DK_SYSCONFDIR PREFIX "\\\\ETC" #else #define DK_SYSCONFDIR "C:\\\\ETC" #endif #endif #ifdef LOCALSTATEDIR #define DK_LOCALSTATEDIR LOCALSTATEDIR #else #ifdef PREFIX #define DK_LOCALSTATEDIR PREFIX "\\\\VAR" #else #define DK_LOCALSTATEDIR "C:\\\\TEMP" #endif #endif #ifdef LIBDIR #define DK_LIBDIR LIBDIR #else #ifdef PREFIX #define DK_LIBDIR PREFIX "\\\\LIB" #else #define DK_LIBDIR "C:\\\\LIB" #endif #endif #ifdef INCLUDEDIR #define DK_INCLUDEDIR INCLUDEDIR #else #ifdef PREFIX #define DK_INCLUDEDIR PREFIX "\\\\INCLUDE" #else #define DK_INCLUDEDIR "C:\\\\INCLUDE" #endif #endif #ifdef DATADIR #define DK_DATADIR DATADIR #else #ifdef PREFIX #define DK_DATADIR PREFIX "\\\\SHARE" #else #define DK_DATADIR "C:\\\\SHARE" #endif #endif #else #define DK_SYSCONFDIR "$sysconfdir" #define DK_LOCALSTATEDIR "$localstatedir" #define DK_LIBDIR "$libdir" #define DK_INCLUDEDIR "$includedir" #define DK_DATADIR "$datadir" #endif #endif EOF cat > dktools-version.h <