Changeset 1552
- Timestamp:
- 10/26/08 13:11:52 (2 months ago)
- Files:
-
- sandbox/astormont/reaktivate/Makefile.in (modified) (7 diffs)
- sandbox/astormont/reaktivate/aclocal.m4 (modified) (1 diff)
- sandbox/astormont/reaktivate/autogen.sh (added)
- sandbox/astormont/reaktivate/config.h (modified) (1 diff)
- sandbox/astormont/reaktivate/config.log (deleted)
- sandbox/astormont/reaktivate/configure (deleted)
- sandbox/astormont/reaktivate/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/astormont/reaktivate/Makefile.in
r1551 r1552 39 39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 40 40 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 41 config.guess config.sub depcomp install-sh ltmain.sh missing 41 config.guess config.sub depcomp install-sh ltmain.sh missing \ 42 mkinstalldirs 42 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 44 am__aclocal_m4_deps = $(top_srcdir)/configure.in … … 46 47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 47 48 configure.lineno config.status.lineno 48 mkinstalldirs = $( install_sh) -d49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 50 CONFIG_HEADER = config.h 50 51 CONFIG_CLEAN_FILES = … … 150 151 FFLAGS = @FFLAGS@ 151 152 GREP = @GREP@ 153 INSTALL = @INSTALL@ 152 154 INSTALL_DATA = @INSTALL_DATA@ 153 155 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 155 157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 156 158 LDFLAGS = @LDFLAGS@ 159 LIBOBJS = @LIBOBJS@ 157 160 LIBS = @LIBS@ 158 161 LIBTOOL = @LIBTOOL@ 159 162 LN_S = @LN_S@ 163 LTLIBOBJS = @LTLIBOBJS@ 160 164 MAKEINFO = @MAKEINFO@ 165 MKDIR_P = @MKDIR_P@ 161 166 NMEDIT = @NMEDIT@ 162 167 OBJEXT = @OBJEXT@ … … 179 184 WINE_LIBS = @WINE_LIBS@ 180 185 WINE_LIBWINEDIR = @WINE_LIBWINEDIR@ 186 abs_builddir = @abs_builddir@ 187 abs_srcdir = @abs_srcdir@ 188 abs_top_builddir = @abs_top_builddir@ 189 abs_top_srcdir = @abs_top_srcdir@ 181 190 ac_ct_CC = @ac_ct_CC@ 182 191 ac_ct_CXX = @ac_ct_CXX@ … … 193 202 build_os = @build_os@ 194 203 build_vendor = @build_vendor@ 204 builddir = @builddir@ 195 205 datadir = @datadir@ 196 206 datarootdir = @datarootdir@ … … 222 232 sbindir = @sbindir@ 223 233 sharedstatedir = @sharedstatedir@ 234 srcdir = @srcdir@ 224 235 sysconfdir = @sysconfdir@ 225 236 target_alias = @target_alias@ 237 top_builddir = @top_builddir@ 238 top_srcdir = @top_srcdir@ 226 239 SUBDIRS = comm proxy pics template 227 240 INCLUDES = -I$(srcdir) $(WINE_INCS) -Iproxy $(all_includes) sandbox/astormont/reaktivate/aclocal.m4
r1551 r1552 832 832 833 833 if test -z "$1"; then 834 kde_qtver= 2834 kde_qtver=3 835 835 kde_qtsubver=1 836 836 else sandbox/astormont/reaktivate/config.h
r1551 r1552 1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.in by autoheader. */ 3 4 /* Define to 1 if you have the <dlfcn.h> header file. */ 5 #define HAVE_DLFCN_H 1 6 7 /* Define to 1 if you have the <inttypes.h> header file. */ 8 #define HAVE_INTTYPES_H 1 9 10 /* Define to 1 if you have the <memory.h> header file. */ 11 #define HAVE_MEMORY_H 1 12 13 /* Define to 1 if you have the `mktime' function. */ 14 #define HAVE_MKTIME 1 15 16 /* Define to 1 if you have the `rindex' function. */ 17 #define HAVE_RINDEX 1 18 19 /* Define to 1 if you have the <stdint.h> header file. */ 20 #define HAVE_STDINT_H 1 21 22 /* Define to 1 if you have the <stdlib.h> header file. */ 23 #define HAVE_STDLIB_H 1 24 25 /* Define to 1 if you have the <strings.h> header file. */ 26 #define HAVE_STRINGS_H 1 27 28 /* Define to 1 if you have the <string.h> header file. */ 29 #define HAVE_STRING_H 1 30 31 /* Define to 1 if you have the <sys/stat.h> header file. */ 32 #define HAVE_SYS_STAT_H 1 33 34 /* Define to 1 if you have the <sys/types.h> header file. */ 35 #define HAVE_SYS_TYPES_H 1 36 37 /* Define to 1 if you have the <unistd.h> header file. */ 38 #define HAVE_UNISTD_H 1 39 40 /* Define to 1 if you have the <utime.h> header file. */ 41 #define HAVE_UTIME_H 1 42 43 /* Name of package */ 44 #define PACKAGE "activexplugin" 45 46 /* Define to the address where bug reports for this package should be sent. */ 47 #define PACKAGE_BUGREPORT "" 48 49 /* Define to the full name of this package. */ 50 #define PACKAGE_NAME "" 51 52 /* Define to the full name and version of this package. */ 53 #define PACKAGE_STRING "" 54 55 /* Define to the one symbol short name of this package. */ 56 #define PACKAGE_TARNAME "" 57 58 /* Define to the version of this package. */ 59 #define PACKAGE_VERSION "" 60 61 /* Define to 1 if you have the ANSI C header files. */ 62 #define STDC_HEADERS 1 63 64 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 65 #define TIME_WITH_SYS_TIME 1 66 67 /* Version number of package */ 68 #define VERSION "0.1" sandbox/astormont/reaktivate/configure.in
r1551 r1552 11 11 AC_CONFIG_HEADERS([config.h]) 12 12 AC_CONFIG_FILES([Makefile]) 13 # End Shite edded for modern autotools13 # End Shite added for modern autotools 14 14 15 15 #Shite added for kde paths 16 KDE_SERVICESDIR="\${prefix}/share/services" 17 KDE_MODULEDIR="\${exec_prefix}/lib/kde3" 16 18 AC_SUBST(kde_moduledir) 17 19 AC_SUBST(kde_servicesdir) … … 84 86 dnl AC_OUTPUT(reaktivate/proxy/reaktivate) 85 87 dnl AC_OUTPUT(reaktivate/template/config) 88 AC_OUTPUT
