diff main/sparsersb/src/configure.base @ 11878:ffd8edaaa76f octave-forge

packaging oriented notes and suggestions from carandraug.
author michelemartone
date Wed, 26 Jun 2013 14:40:42 +0000
parents ba575291987f
children 2b71b294a790
line wrap: on
line diff
--- a/main/sparsersb/src/configure.base	Tue Jun 25 19:24:26 2013 +0000
+++ b/main/sparsersb/src/configure.base	Wed Jun 26 14:40:42 2013 +0000
@@ -3,10 +3,15 @@
 dnl configure.base and reprocess rather than modifying ./configure.
 
 dnl autoconf 2.13 certainly doesn't work! What is the minimum requirement?
-AC_PREREQ(2.2)
+AC_PREREQ([2.67])
 
-AC_INIT(configure.base)
-
+AC_INIT([sparsersb package], [1.0.0])
+dnl
+dnl AC_CHECK_HEADERS([rsb.h], [], [AC_MSG_ERROR([missing the rsb library])])
+dnl AC_OUTPUT
+dnl 
+dnl TODO: shall clean up all from here on
+dnl
 PACKAGE=octave-forge
 MAJOR_VERSION=0
 MINOR_VERSION=1