diff --git a/dx-rpm.patch b/dx-rpm.patch index 9286482..09f338f 100644 --- a/dx-rpm.patch +++ b/dx-rpm.patch @@ -1,6 +1,6 @@ diff -up dx-4.4.4/bin/dx.in.r dx-4.4.4/bin/dx.in --- dx-4.4.4/bin/dx.in.r 2004-05-31 18:12:05.000000000 +0200 -+++ dx-4.4.4/bin/dx.in 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/bin/dx.in 2009-01-26 23:57:11.000000000 +0100 @@ -60,14 +60,7 @@ exit 1 # longhelp() { @@ -107,7 +107,7 @@ diff -up dx-4.4.4/bin/dx.in.r dx-4.4.4/bin/dx.in cmd2="cp $CfgName ${EncodedBase}.cfg" diff -up dx-4.4.4/bin/Makefile.am.r dx-4.4.4/bin/Makefile.am --- dx-4.4.4/bin/Makefile.am.r 2003-07-12 02:11:37.000000000 +0200 -+++ dx-4.4.4/bin/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/bin/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -118,7 +118,7 @@ diff -up dx-4.4.4/bin/Makefile.am.r dx-4.4.4/bin/Makefile.am EXTRA_SCRIPTS = mdf2c dx diff -up dx-4.4.4/bin/mdf2c.in.r dx-4.4.4/bin/mdf2c.in --- dx-4.4.4/bin/mdf2c.in.r 1999-12-14 05:13:04.000000000 +0100 -+++ dx-4.4.4/bin/mdf2c.in 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/bin/mdf2c.in 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ #!/bin/sh # Configure is looking for the following line @@ -129,7 +129,7 @@ diff -up dx-4.4.4/bin/mdf2c.in.r dx-4.4.4/bin/mdf2c.in diff -up dx-4.4.4/bin/url_handler.sh.r dx-4.4.4/bin/url_handler.sh --- dx-4.4.4/bin/url_handler.sh.r 2002-04-11 01:32:54.000000000 +0200 -+++ dx-4.4.4/bin/url_handler.sh 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/bin/url_handler.sh 2009-01-26 23:57:11.000000000 +0100 @@ -39,8 +39,8 @@ case $method in if [ $use_xbrowser = n ]; then lynx "$url" @@ -143,8 +143,16 @@ diff -up dx-4.4.4/bin/url_handler.sh.r dx-4.4.4/bin/url_handler.sh esac diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac --- dx-4.4.4/configure.ac.r 2006-08-21 23:56:08.000000000 +0200 -+++ dx-4.4.4/configure.ac 2008-09-24 19:14:35.000000000 +0200 -@@ -677,7 +677,7 @@ if test "$ARCH" = "intelnt" ; then ++++ dx-4.4.4/configure.ac 2009-01-27 00:16:18.000000000 +0100 +@@ -218,6 +218,7 @@ AC_DEFINE_UNQUOTED(BSH, "$bsh_path", [Pa + dnl End of command line options configuration + + dnl Start DX configuration ++AC_PROG_CXX + AC_LANG([C++]) + AC_CHECK_HEADERS(stdlib.h) + AC_LANG([C]) +@@ -677,7 +678,7 @@ if test "$ARCH" = "intelnt" ; then fi dnl -- check for unix else @@ -153,7 +161,7 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac AC_MSG_CHECKING(if HDF package is complete) if test $passed -gt 0 then -@@ -686,7 +686,7 @@ else +@@ -686,7 +687,7 @@ else AC_MSG_RESULT(no -- some components failed test) have_hdf='no (failed tests)' else @@ -162,7 +170,7 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac LIBS="$LIB_HDF $LIBS" FMT_LIBS="$FMT_LIBS libdf.a" AC_DEFINE(HAVE_LIBDF, 1, [Define to 1 if you have the HDF libraries]) -@@ -766,8 +766,8 @@ then +@@ -766,8 +767,8 @@ then AS_MESSAGE([checking for NETCDF support ......]) failed=0; passed=0; @@ -173,7 +181,7 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac AC_MSG_CHECKING(if NETCDF package is complete) if test $passed -gt 0 then -@@ -776,7 +776,7 @@ then +@@ -776,7 +777,7 @@ then AC_MSG_RESULT(no -- some components failed test) have_netcdf='no (failed tests)' else @@ -182,7 +190,7 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac LIBS="$LIB_NETCDF $LIBS" FMT_LIBS="$FMT_LIBS libnetcdf.a" AC_DEFINE(HAVE_LIBNETCDF, 1, [Define to 1 if you have the NetCDF libraries]) -@@ -1011,7 +1011,7 @@ DX_CHECK_HEADERS( \ +@@ -1011,7 +1012,7 @@ DX_CHECK_HEADERS( \ Xm/ScrolledWP.h Xm/SelectioB.h Xm/SeparatoG.h Xm/SeparatoGP.h Xm/Separator.h \ Xm/Text.h Xm/TextF.h Xm/ToggleB.h Xm/ToggleBG.h Xm/Xm.h Xm/XmP.h Xm/XmStrDefs.h \ gl.h gl/device.h gl/gl.h invent.h iop/afb.h iop/mov.h iop/pfs.h license.h \ @@ -193,7 +201,7 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac sys/svs.h sys/sysconfig.h sys/syslimits.h sys/sysmacros.h ulocks.h x11/xlibxtra.h \ diff -up dx-4.4.4/doc/Makefile.am.r dx-4.4.4/doc/Makefile.am --- dx-4.4.4/doc/Makefile.am.r 1999-04-05 13:57:03.000000000 +0200 -+++ dx-4.4.4/doc/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/doc/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -204,7 +212,7 @@ diff -up dx-4.4.4/doc/Makefile.am.r dx-4.4.4/doc/Makefile.am README README_SMP README_alphax README_aviion README_hp700 \ diff -up dx-4.4.4/fonts/Makefile.am.r dx-4.4.4/fonts/Makefile.am --- dx-4.4.4/fonts/Makefile.am.r 2003-07-12 02:11:37.000000000 +0200 -+++ dx-4.4.4/fonts/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/fonts/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -215,7 +223,7 @@ diff -up dx-4.4.4/fonts/Makefile.am.r dx-4.4.4/fonts/Makefile.am README area.dx cyril_d.dx \ diff -up dx-4.4.4/help/Makefile.am.r dx-4.4.4/help/Makefile.am --- dx-4.4.4/help/Makefile.am.r 2003-07-12 02:11:37.000000000 +0200 -+++ dx-4.4.4/help/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/help/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -243,7 +251,7 @@ diff -up dx-4.4.4/help/Makefile.am.r dx-4.4.4/help/Makefile.am ' diff -up dx-4.4.4/html/images/Makefile.am.r dx-4.4.4/html/images/Makefile.am --- dx-4.4.4/html/images/Makefile.am.r 2002-04-01 10:51:13.000000000 +0200 -+++ dx-4.4.4/html/images/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/html/images/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,5 +1,5 @@ -imagesdir = $(prefix)/dx/html/images @@ -253,7 +261,7 @@ diff -up dx-4.4.4/html/images/Makefile.am.r dx-4.4.4/html/images/Makefile.am 3dcurs.gif adctlpt.gif arch.gif autoax.gif autoexp.gif \ diff -up dx-4.4.4/html/Makefile.am.r dx-4.4.4/html/Makefile.am --- dx-4.4.4/html/Makefile.am.r 2003-07-12 02:11:39.000000000 +0200 -+++ dx-4.4.4/html/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/html/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -264,7 +272,7 @@ diff -up dx-4.4.4/html/Makefile.am.r dx-4.4.4/html/Makefile.am diff -up dx-4.4.4/html/pages/Makefile.am.r dx-4.4.4/html/pages/Makefile.am --- dx-4.4.4/html/pages/Makefile.am.r 2002-06-20 06:38:03.000000000 +0200 -+++ dx-4.4.4/html/pages/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/html/pages/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,4 +1,4 @@ -pagesdir = $(prefix)/dx/html/pages +pagesdir = $(datadir)/dx/html/pages @@ -273,7 +281,7 @@ diff -up dx-4.4.4/html/pages/Makefile.am.r dx-4.4.4/html/pages/Makefile.am insgu002.htm insgu003.htm insgu004.htm insgu005.htm insgu006.htm \ diff -up dx-4.4.4/include/dx/Makefile.am.r dx-4.4.4/include/dx/Makefile.am --- dx-4.4.4/include/dx/Makefile.am.r 1999-05-26 01:35:16.000000000 +0200 -+++ dx-4.4.4/include/dx/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/include/dx/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -284,7 +292,7 @@ diff -up dx-4.4.4/include/dx/Makefile.am.r dx-4.4.4/include/dx/Makefile.am UserInteractors.h advanced.h arch.h array.h arrayhandles.h \ diff -up dx-4.4.4/include/Makefile.am.r dx-4.4.4/include/Makefile.am --- dx-4.4.4/include/Makefile.am.r 2006-04-09 05:44:49.000000000 +0200 -+++ dx-4.4.4/include/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/include/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,4 +1,4 @@ -dxincdir = $(prefix)/dx/include +dxincdir = $(prefix)/include @@ -293,7 +301,7 @@ diff -up dx-4.4.4/include/Makefile.am.r dx-4.4.4/include/Makefile.am nodist_dxinc_HEADERS = dxconfig.h diff -up dx-4.4.4/lib/Makefile.am.r dx-4.4.4/lib/Makefile.am --- dx-4.4.4/lib/Makefile.am.r 2003-08-22 01:22:13.000000000 +0200 -+++ dx-4.4.4/lib/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/lib/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,4 +1,4 @@ -libsdir = $(prefix)/dx/lib +libsdir = $(datadir)/dx/lib @@ -302,7 +310,7 @@ diff -up dx-4.4.4/lib/Makefile.am.r dx-4.4.4/lib/Makefile.am dxfSaveCurrentImage.net dxrc mdf2c.awk messages outboard.c diff -up dx-4.4.4/man/Makefile.am.r dx-4.4.4/man/Makefile.am --- dx-4.4.4/man/Makefile.am.r 1999-04-03 18:31:28.000000000 +0200 -+++ dx-4.4.4/man/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/man/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,4 +1,4 @@ ## Process this file with automake to produce Makefile.in @@ -311,7 +319,7 @@ diff -up dx-4.4.4/man/Makefile.am.r dx-4.4.4/man/Makefile.am diff -up dx-4.4.4/man/manl/Makefile.am.r dx-4.4.4/man/manl/Makefile.am --- dx-4.4.4/man/manl/Makefile.am.r 2002-05-20 06:47:06.000000000 +0200 -+++ dx-4.4.4/man/manl/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/man/manl/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -322,7 +330,7 @@ diff -up dx-4.4.4/man/manl/Makefile.am.r dx-4.4.4/man/manl/Makefile.am EXTRA_DIST = $(man_MANS) diff -up dx-4.4.4/src/exec/dxexec/Makefile.am.r dx-4.4.4/src/exec/dxexec/Makefile.am --- dx-4.4.4/src/exec/dxexec/Makefile.am.r 2006-01-11 17:24:39.000000000 +0100 -+++ dx-4.4.4/src/exec/dxexec/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/exec/dxexec/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -9,7 +9,7 @@ noinst_LTLIBRARIES = libDXEXEC.la libDXEXEC_la_SOURCES = main.c libDXEXEC_la_CFLAGS = $(AM_CFLAGS) @@ -334,7 +342,7 @@ diff -up dx-4.4.4/src/exec/dxexec/Makefile.am.r dx-4.4.4/src/exec/dxexec/Makefil dxexec_LDADD = ../dpexec/libDPEXEC.la ../dxmods/libDXMODS.la ../dxmods/user.lo \ diff -up dx-4.4.4/src/exec/dxmods/local.mk.in.r dx-4.4.4/src/exec/dxmods/local.mk.in --- dx-4.4.4/src/exec/dxmods/local.mk.in.r 2003-07-12 02:12:06.000000000 +0200 -+++ dx-4.4.4/src/exec/dxmods/local.mk.in 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/exec/dxmods/local.mk.in 2009-01-26 23:57:11.000000000 +0100 @@ -14,23 +14,23 @@ user.c: dx.mdf dxcm.mdf: ${srcdir}/dxmdf.src @@ -370,7 +378,7 @@ diff -up dx-4.4.4/src/exec/dxmods/local.mk.in.r dx-4.4.4/src/exec/dxmods/local.m $(YACC) $(YFLAGS) -d ${srcdir}/$*.y diff -up dx-4.4.4/src/exec/dxmods/Makefile.am.r dx-4.4.4/src/exec/dxmods/Makefile.am --- dx-4.4.4/src/exec/dxmods/Makefile.am.r 2003-08-19 00:51:10.000000000 +0200 -+++ dx-4.4.4/src/exec/dxmods/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/exec/dxmods/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,8 +1,9 @@ ## Process this file with automake to produce Makefile.in @@ -393,7 +401,7 @@ diff -up dx-4.4.4/src/exec/dxmods/Makefile.am.r dx-4.4.4/src/exec/dxmods/Makefil HEADERS1 = \ diff -up dx-4.4.4/src/exec/libdx/Makefile.am.r dx-4.4.4/src/exec/libdx/Makefile.am --- dx-4.4.4/src/exec/libdx/Makefile.am.r 2006-03-27 20:56:53.000000000 +0200 -+++ dx-4.4.4/src/exec/libdx/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/exec/libdx/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -7,7 +7,7 @@ MICRO_VERSION=@MICRO_VERSION@ #INCLUDES = -I../../../include -D@ARCH@ INCLUDES = -I${top_srcdir}/include -D@ARCH@ @@ -405,7 +413,7 @@ diff -up dx-4.4.4/src/exec/libdx/Makefile.am.r dx-4.4.4/src/exec/libdx/Makefile. #dxlib_LIBRARIES = libDXlite.a diff -up dx-4.4.4/src/exec/libdx/memory.c.r dx-4.4.4/src/exec/libdx/memory.c --- dx-4.4.4/src/exec/libdx/memory.c.r 2006-08-21 18:42:42.000000000 +0200 -+++ dx-4.4.4/src/exec/libdx/memory.c 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/exec/libdx/memory.c 2009-01-26 23:57:11.000000000 +0100 @@ -66,7 +66,6 @@ #if linux @@ -416,7 +424,7 @@ diff -up dx-4.4.4/src/exec/libdx/memory.c.r dx-4.4.4/src/exec/libdx/memory.c diff -up dx-4.4.4/src/exec/Makefile.am.r dx-4.4.4/src/exec/Makefile.am --- dx-4.4.4/src/exec/Makefile.am.r 2003-09-17 00:40:40.000000000 +0200 -+++ dx-4.4.4/src/exec/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/exec/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ SUBDIRS = libdx dxmods hwrender dpexec dxexec @@ -427,7 +435,7 @@ diff -up dx-4.4.4/src/exec/Makefile.am.r dx-4.4.4/src/exec/Makefile.am MINOR_VERSION=@MINOR_VERSION@ diff -up dx-4.4.4/src/misc/Makefile.am.r dx-4.4.4/src/misc/Makefile.am --- dx-4.4.4/src/misc/Makefile.am.r 2003-07-12 02:12:13.000000000 +0200 -+++ dx-4.4.4/src/misc/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/misc/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -4,7 +4,7 @@ INCLUDES = -I${top_srcdir}/include -D@AR dxbindir = $(prefix)/bin @@ -446,7 +454,7 @@ diff -up dx-4.4.4/src/misc/Makefile.am.r dx-4.4.4/src/misc/Makefile.am fi diff -up dx-4.4.4/src/uipp/dxl/Makefile.am.r dx-4.4.4/src/uipp/dxl/Makefile.am --- dx-4.4.4/src/uipp/dxl/Makefile.am.r 2003-07-12 02:12:16.000000000 +0200 -+++ dx-4.4.4/src/uipp/dxl/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/dxl/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -7,7 +7,7 @@ MICRO_VERSION=@MICRO_VERSION@ INCLUDES = -I${top_srcdir}/include -D@ARCH@ @@ -458,7 +466,7 @@ diff -up dx-4.4.4/src/uipp/dxl/Makefile.am.r dx-4.4.4/src/uipp/dxl/Makefile.am dxlP.h \ diff -up dx-4.4.4/src/uipp/dxui/Makefile.am.r dx-4.4.4/src/uipp/dxui/Makefile.am --- dx-4.4.4/src/uipp/dxui/Makefile.am.r 2003-07-12 02:12:17.000000000 +0200 -+++ dx-4.4.4/src/uipp/dxui/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/dxui/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -2,7 +2,7 @@ INCLUDES = -I${srcdir}/../base -I${top_srcdir}/include -I${srcdir}/../dxuilib -D@ARCH@ @@ -470,7 +478,7 @@ diff -up dx-4.4.4/src/uipp/dxui/Makefile.am.r dx-4.4.4/src/uipp/dxui/Makefile.am diff -up dx-4.4.4/src/uipp/java/Makefile.am.r dx-4.4.4/src/uipp/java/Makefile.am --- dx-4.4.4/src/uipp/java/Makefile.am.r 2006-03-27 20:06:09.000000000 +0200 -+++ dx-4.4.4/src/uipp/java/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/java/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -27,12 +27,12 @@ ## libtool and the -shrext flag to make this much more ## portable. @@ -489,7 +497,7 @@ diff -up dx-4.4.4/src/uipp/java/Makefile.am.r dx-4.4.4/src/uipp/java/Makefile.am SUBDIRS = server dx layout diff -up dx-4.4.4/src/uipp/java/server/macros/Makefile.am.r dx-4.4.4/src/uipp/java/server/macros/Makefile.am --- dx-4.4.4/src/uipp/java/server/macros/Makefile.am.r 1999-07-09 21:25:13.000000000 +0200 -+++ dx-4.4.4/src/uipp/java/server/macros/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/java/server/macros/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in @@ -500,7 +508,7 @@ diff -up dx-4.4.4/src/uipp/java/server/macros/Makefile.am.r dx-4.4.4/src/uipp/ja diff -up dx-4.4.4/src/uipp/java/server/Makefile.am.r dx-4.4.4/src/uipp/java/server/Makefile.am --- dx-4.4.4/src/uipp/java/server/Makefile.am.r 2001-05-21 16:47:39.000000000 +0200 -+++ dx-4.4.4/src/uipp/java/server/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/java/server/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ -srvbindir = $(prefix)/dx/java/server/bin -srvoutputdir = $(prefix)/dx/java/output @@ -513,7 +521,7 @@ diff -up dx-4.4.4/src/uipp/java/server/Makefile.am.r dx-4.4.4/src/uipp/java/serv srvrundir = $(srvbindir)/../class diff -up dx-4.4.4/src/uipp/mb/Makefile.am.r dx-4.4.4/src/uipp/mb/Makefile.am --- dx-4.4.4/src/uipp/mb/Makefile.am.r 2003-08-20 16:21:33.000000000 +0200 -+++ dx-4.4.4/src/uipp/mb/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/mb/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -2,7 +2,7 @@ INCLUDES = -I${top_srcdir}/include -I${srcdir}/../base -I${srcdir}/../widgets -D@ARCH@ @@ -525,7 +533,7 @@ diff -up dx-4.4.4/src/uipp/mb/Makefile.am.r dx-4.4.4/src/uipp/mb/Makefile.am diff -up dx-4.4.4/src/uipp/prompter/Makefile.am.r dx-4.4.4/src/uipp/prompter/Makefile.am --- dx-4.4.4/src/uipp/prompter/Makefile.am.r 2003-11-04 05:20:14.000000000 +0100 -+++ dx-4.4.4/src/uipp/prompter/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/prompter/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -2,7 +2,7 @@ INCLUDES = -I${srcdir}/../base -I${top_srcdir}/include -D@ARCH@ @@ -537,7 +545,7 @@ diff -up dx-4.4.4/src/uipp/prompter/Makefile.am.r dx-4.4.4/src/uipp/prompter/Mak diff -up dx-4.4.4/src/uipp/startup/Makefile.am.r dx-4.4.4/src/uipp/startup/Makefile.am --- dx-4.4.4/src/uipp/startup/Makefile.am.r 2003-07-12 02:12:29.000000000 +0200 -+++ dx-4.4.4/src/uipp/startup/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/startup/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -2,7 +2,7 @@ INCLUDES = -I${top_srcdir}/include -I${srcdir}/../base -D@ARCH@ @@ -549,7 +557,7 @@ diff -up dx-4.4.4/src/uipp/startup/Makefile.am.r dx-4.4.4/src/uipp/startup/Makef diff -up dx-4.4.4/src/uipp/tutor/Makefile.am.r dx-4.4.4/src/uipp/tutor/Makefile.am --- dx-4.4.4/src/uipp/tutor/Makefile.am.r 2003-07-12 02:12:29.000000000 +0200 -+++ dx-4.4.4/src/uipp/tutor/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/tutor/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -2,7 +2,7 @@ INCLUDES = -I${top_srcdir}/include -I${srcdir}/../base -D@ARCH@ @@ -561,7 +569,7 @@ diff -up dx-4.4.4/src/uipp/tutor/Makefile.am.r dx-4.4.4/src/uipp/tutor/Makefile. diff -up dx-4.4.4/src/uipp/ui/Makefile.am.r dx-4.4.4/src/uipp/ui/Makefile.am --- dx-4.4.4/src/uipp/ui/Makefile.am.r 2001-04-12 16:29:02.000000000 +0200 -+++ dx-4.4.4/src/uipp/ui/Makefile.am 2008-09-24 19:14:35.000000000 +0200 ++++ dx-4.4.4/src/uipp/ui/Makefile.am 2009-01-26 23:57:11.000000000 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in diff --git a/dx.spec b/dx.spec index 632ee36..c5906c3 100644 --- a/dx.spec +++ b/dx.spec @@ -126,6 +126,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Jan 26 2009 Dominik Mierzejewski 4.4.4-8 - fix leftover dxexec process consuming 100% CPU after quitting (bug #469664) +- fix building with current libtool/autoconf * Wed Sep 24 2008 Dominik Mierzejewski 4.4.4-7 - rediff patch to fix build with new rpm