]> git.pld-linux.org Git - packages/MathPlanner.git/commitdiff
- updated to next version
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 28 Aug 2002 18:47:19 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathPlanner-ac_fix.patch -> 1.2

MathPlanner-ac_fix.patch

index e8a93293ece18ebf6a282635a5dee3b2f3cbfd0c..3c1818b68bf1559cf84119afcf3cda57eb0be54b 100644 (file)
@@ -1,77 +1,24 @@
---- ./src/Makefile.am.org      Mon Jul 29 23:46:33 2002
-+++ ./src/Makefile.am  Mon Aug  5 02:50:12 2002
-@@ -16,9 +16,9 @@
-       DragDrop.cpp Complex_math.cpp Math_functions.cpp Modify.cpp Rational_math.cpp \
-       Real_math.cpp Vector_math.cpp Setup.cpp Prefs.cpp
--MathPlanner3_LDADD = -L$(QTDIR)/lib -lqt-mt
-+MathPlanner3_LDADD = -L$(QTDIR)/lib -L$(QTDIR)/lib/qt -lqt-mt
--INCLUDES = -I/usr/X11R6/include -I$(QTDIR)/include -D_GNU_SOURCE \
-+INCLUDES = -I/usr/X11R6/include -I$(QTDIR)/include -I$(QTDIR)/include/qt -D_GNU_SOURCE \
-       -D_INSTALL_DIR=\"$(pkgdatadir)\"
---- ./configure.in.org Tue Jul 30 14:32:32 2002
-+++ ./configure.in     Mon Aug  5 02:51:23 2002
-@@ -1,26 +1,23 @@
- # Process this file with autoconf to produce a configure script.
--AC_INIT(src/Base.cpp)
--AM_CONFIG_HEADER(config.h)
--
--PACKAGE=MathPlanner3
--VERSION=3.0.3
--AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
-+AC_INIT([MathPlanner], [3.0.3], [modem626@kymp.net])
-+AC_CONFIG_SRCDIR([src/Base.cpp])
-+AM_CONFIG_HEADER([config.h])
-+AM_INIT_AUTOMAKE
- # Checks for programs.
+--- configure.ac~      Wed Aug 28 20:29:17 2002
++++ configure.ac       Wed Aug 28 20:41:40 2002
+@@ -12,7 +12,7 @@
  AC_PROG_CC
  AC_PROG_CXX
-+AC_PROG_INSTALL
+ AC_PROG_INSTALL
+-# AM_PROG_LIBTOOL
 +AM_PROG_LIBTOOL
- AC_CHECK_PROG(WEB_BROWSER, mozilla, "mozilla")
- AC_CHECK_PROG(WEB_BROWSER, quanta, "quanta")
  
--
--
--
- # Checks for header files.
- AC_HEADER_STDC
--AC_CHECK_HEADERS(string.h,,AC_MSG_ERROR(You must have string.h))
-+AC_CHECK_HEADERS(string.h,,AC_MSG_ERROR([You must have string.h]))
- # Checks for library functions.
--AC_CHECK_FUNCS(memset memcpy)
-+AC_CHECK_FUNCS([memset memcpy])
- # checks for libraries
  
-@@ -28,8 +25,13 @@
- # do nothing
-       HAVE_QT=1
- else
--      AC_MSG_ERROR(You must export QTDIR)
-+      AC_MSG_ERROR([You must export QTDIR])
- fi
- # All done
--AC_OUTPUT(Makefile src/Makefile Doc/Makefile examples/Makefile icons/Makefile pixmaps/Makefile)
-+AC_OUTPUT([Makefile
-+         src/Makefile
-+         Doc/Makefile
-+         examples/Makefile
-+         icons/Makefile
-+         pixmaps/Makefile])
---- ./Makefile.am.org  Sun Aug  4 16:20:45 2002
-+++ ./Makefile.am      Mon Aug  5 02:48:35 2002
-@@ -11,6 +11,7 @@
+ # Checks for header files.
+--- Makefile.am~       Wed Aug 28 20:29:17 2002
++++ Makefile.am        Wed Aug 28 20:44:04 2002
+@@ -12,8 +12,8 @@
  
- EXTRA_DIST = ChangeLog COPYING MPLConfig.txt Doc.htm
+ EXTRA_DIST = ChangeLog COPYING MPLConfig.txt Doc.htm MathPlanner3.spec
  
-+AUTOMAKE_OPTIONS=foreign dist-bzip2
+-AUTOMAKE_OPTIONS = foreign
+-##AUTOMAKE_OPTIONS = foreign dist-bzip2
++#AUTOMAKE_OPTIONS = foreign
++AUTOMAKE_OPTIONS = foreign dist-bzip2
  
  install-data-local: $(EXTRA_DIST)
        @$(NORMAL_INSTALL)
This page took 0.046995 seconds and 4 git commands to generate.