]> matita.cs.unibo.it Git - helm.git/commitdiff
*** empty log message ***
authorLuca Padovani <luca.padovani@unito.it>
Fri, 2 Feb 2001 10:05:57 +0000 (10:05 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Fri, 2 Feb 2001 10:05:57 +0000 (10:05 +0000)
helm/DEVEL/lablgtkmathview/Makefile.in
helm/DEVEL/lablgtkmathview/configure.in
helm/DEVEL/lablgtkmathview/lablgtkmathview.spec.in
helm/DEVEL/mlminidom/Makefile.in
helm/DEVEL/mlminidom/configure.in
helm/configuration/.cvsignore
helm/configuration/helm_configuration.spec.in

index 7dfbb1e161b53971a8c889fad07c4dbab5bf9465..3d7bd5d891a4745598254948698515117c771c0f 100644 (file)
@@ -1,6 +1,7 @@
 # Makefile for lablgtk_mathview.
 
-VERSION = @LABLGTKMATHVIEW_VERSION@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
 LABLGTKDIR = @LABLGTK_LIB_DIR@
 MLMINIDOMDIR = @MLMINIDOM_LIB_DIR@
 TESTDIR = ./test
index d5284b28a8b3b2b83c3077a81de00c93e993aefb..54d95f48df1a69a000ada2cb414452aadbce5167 100644 (file)
@@ -1,9 +1,15 @@
 AC_INIT(gMathView.ml)
 
+PACKAGE=lablgtkmathview
+
 LABLGTKMATHVIEW_MAJOR_VERSION=0
 LABLGTKMATHVIEW_MINOR_VERSION=2
 LABLGTKMATHVIEW_MICRO_VERSION=2
 LABLGTKMATHVIEW_VERSION=$LABLGTKMATHVIEW_MAJOR_VERSION.$LABLGTKMATHVIEW_MINOR_VERSION.$LABLGTKMATHVIEW_MICRO_VERSION
+VERSION=$LABLGTKMATHVIEW_VERSION
+
+AC_SUBST(PACKAGE)
+AC_SUBST(VERSION)
 
 AC_CHECK_PROG(HAVE_GTKMATHVIEW, gtkmathview-config, yes, no)
 if test $HAVE_GTKMATHVIEW = "no"; then
@@ -66,4 +72,5 @@ AC_SUBST(MLMINIDOM_LIB_DIR)
 
 AC_OUTPUT([
   Makefile
+  lablgtkmathview.spec
 ])
index 47b868916baca1105517646acad2bae8da66cbdf..8e7e6fd7bccc64824ac865c42324b44346170d55 100644 (file)
@@ -5,7 +5,7 @@ Release: 1
 Copyright: GPL
 URL: http://www.cs.unibo.it/helm
 Packager: Luca Padovani <luca.padovani@cs.unibo.it>
-Requires: gtkmathview >= 0.2.2 ocaml >= 3.00 lablgtk_20001129, lablgtk-20001129_gtkmathview
+Requires: gtkmathview >= 0.2.2 ocaml >= 3.00 lablgtk
 Group: Applications/Publishing
 Source: www.cs.unibo.it:/~lpadovan/mml-widget/@PACKAGE@-@VERSION@.tar.gz
 %description
index 620bdb5832e398a8f46c3ec30aa0fa6d860022b6..47c48f678ed985dcd397f44055272c9f3af321aa 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE = @PACKAGE@
-VERSION = @MLMINIDOM_VERSION@
+VERSION = @VERSION@
 INCLUDEDIR = @OCAML_INCLUDE_DIR@
 LIBDIR = @OCAML_LIB_DIR@
 INSTALLDIR = $(LIBDIR)/mlminidom
index 6649ab55f55a51943f912f781941861c4e45fa08..be862e2569336922f23789c8844862b402cf7951 100644 (file)
@@ -37,4 +37,7 @@ AC_SUBST(VERSION)
 AC_SUBST(OCAML_INCLUDE_DIR)
 AC_SUBST(OCAML_LIB_DIR)
 
-AC_OUTPUT([Makefile])
+AC_OUTPUT([
+  Makefile
+  mlminidom.spec
+])
index 1923d231960effee7b2fe131a75a088554916a24..d8a7ecb4a808dcdd8633c4006db4fc11b8fe594f 100644 (file)
@@ -1,2 +1,3 @@
 Makefile configure config.log config.cache config.status
 helm-config
+helm_configuration.spec
index 959d48098dc4f18bdd863c52486a39288e57e853..56695c26356c85623858b4b9f2c8dfe928454840 100644 (file)
@@ -19,7 +19,7 @@ For more information see http://www.cs.unibo.it/helm
 
 %build
 cp config.cache.pkg config.cache
-./configure
+./configure --enable-defaults
 make
 
 %install