Changeset 1552

Show
Ignore:
Timestamp:
10/26/08 13:11:52 (2 months ago)
Author:
astormont
Message:

Now able to create makefile using modern autotools -- to bad it doesn\'t work properly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/astormont/reaktivate/Makefile.in

    r1551 r1552  
    3939        $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 
    4040        $(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 
    4243ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    4344am__aclocal_m4_deps = $(top_srcdir)/configure.in 
     
    4647am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 
    4748 configure.lineno config.status.lineno 
    48 mkinstalldirs = $(install_sh) -d 
     49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 
    4950CONFIG_HEADER = config.h 
    5051CONFIG_CLEAN_FILES = 
     
    150151FFLAGS = @FFLAGS@ 
    151152GREP = @GREP@ 
     153INSTALL = @INSTALL@ 
    152154INSTALL_DATA = @INSTALL_DATA@ 
    153155INSTALL_PROGRAM = @INSTALL_PROGRAM@ 
     
    155157INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 
    156158LDFLAGS = @LDFLAGS@ 
     159LIBOBJS = @LIBOBJS@ 
    157160LIBS = @LIBS@ 
    158161LIBTOOL = @LIBTOOL@ 
    159162LN_S = @LN_S@ 
     163LTLIBOBJS = @LTLIBOBJS@ 
    160164MAKEINFO = @MAKEINFO@ 
     165MKDIR_P = @MKDIR_P@ 
    161166NMEDIT = @NMEDIT@ 
    162167OBJEXT = @OBJEXT@ 
     
    179184WINE_LIBS = @WINE_LIBS@ 
    180185WINE_LIBWINEDIR = @WINE_LIBWINEDIR@ 
     186abs_builddir = @abs_builddir@ 
     187abs_srcdir = @abs_srcdir@ 
     188abs_top_builddir = @abs_top_builddir@ 
     189abs_top_srcdir = @abs_top_srcdir@ 
    181190ac_ct_CC = @ac_ct_CC@ 
    182191ac_ct_CXX = @ac_ct_CXX@ 
     
    193202build_os = @build_os@ 
    194203build_vendor = @build_vendor@ 
     204builddir = @builddir@ 
    195205datadir = @datadir@ 
    196206datarootdir = @datarootdir@ 
     
    222232sbindir = @sbindir@ 
    223233sharedstatedir = @sharedstatedir@ 
     234srcdir = @srcdir@ 
    224235sysconfdir = @sysconfdir@ 
    225236target_alias = @target_alias@ 
     237top_builddir = @top_builddir@ 
     238top_srcdir = @top_srcdir@ 
    226239SUBDIRS = comm proxy pics template 
    227240INCLUDES = -I$(srcdir) $(WINE_INCS) -Iproxy $(all_includes) 
  • sandbox/astormont/reaktivate/aclocal.m4

    r1551 r1552  
    832832 
    833833if test -z "$1"; then 
    834   kde_qtver=2 
     834  kde_qtver=3 
    835835  kde_qtsubver=1 
    836836else 
  • 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  
    1111AC_CONFIG_HEADERS([config.h]) 
    1212AC_CONFIG_FILES([Makefile]) 
    13 # End Shite edded for modern autotools 
     13# End Shite added for modern autotools 
    1414 
    1515#Shite added for kde paths 
     16KDE_SERVICESDIR="\${prefix}/share/services" 
     17KDE_MODULEDIR="\${exec_prefix}/lib/kde3" 
    1618AC_SUBST(kde_moduledir) 
    1719AC_SUBST(kde_servicesdir) 
     
    8486dnl AC_OUTPUT(reaktivate/proxy/reaktivate) 
    8587dnl AC_OUTPUT(reaktivate/template/config) 
     88AC_OUTPUT