[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] leafnode-1.9.18ma1 available



Lloyd Zusman <ljz@xxxxxxxxxx> writes:

> I'll patch `configure.in' and `configure' in this manner (or in
> whatever similar manner that ends up working), and I'll post the
> patches here in a few minutes.

.. and enclosed is the patch to `configure'.  You can find it at the
bottom of this message.  The similar patch to `configure.in' is left
as an exercise for the reader. :)

Also ... in this `leafnode-1.9.18ma1' version, the `pcre' subdirectory
is missing from the tarball.  I copied the `pcre' directory from the
corresponding `leafnode-1.9.18' version (i.e., the non-"ma" version),
but the Makefile in the "ma" version doesn't like the structure of the
non-"ma" `pcre' directory.

Any ideas of how to get a version of `pcre' that works with this
latest "ma" version?

And finally, the "ma" version's Makefile has gmake dependencies.  I
recommend that these be removed and that this Makefile be "dumbed
down" to only use the basic, common features available in all versions
of make.  This is the de facto standard for almost all the other
software in the world that's distributed with autoconf-based
configuration.

Thanks again, in advance.

----------------- patch for leafnode-1.9.18ma1/configure -----------------

*** configure.orig      Fri Dec  8 05:23:51 2000
--- configure   Sun Dec 17 15:41:42 2000
***************
*** 2597,2605 ****
  # Check whether --with-spooldir or --without-spooldir was given.
  if test "${with_spooldir+set}" = set; then
    withval="$with_spooldir"
!   if test "${withval:0:1}" != "/" ; then
      { echo "configure: error: you must give an absolute path" 1>&2; exit 1; }
!   fi
    withval=`echo "$withval" | sed 'sx/*$xx;'`
  
  else
--- 2597,2609 ----
  # Check whether --with-spooldir or --without-spooldir was given.
  if test "${with_spooldir+set}" = set; then
    withval="$with_spooldir"
!   case "${withval-}" in
!   /*)
!     ;;
!   *)
      { echo "configure: error: you must give an absolute path" 1>&2; exit 1; }
!     ;;
!   esac
    withval=`echo "$withval" | sed 'sx/*$xx;'`
  
  else
***************
*** 2616,2624 ****
  # Check whether --with-confdir or --without-confdir was given.
  if test "${with_confdir+set}" = set; then
    withval="$with_confdir"
!   if test "${withval:0:1}" != "/" ; then
      { echo "configure: error: need absolute path" 1>&2; exit 1; }
!   fi
    CONFDIR="$withval"
  
  else
--- 2620,2632 ----
  # Check whether --with-confdir or --without-confdir was given.
  if test "${with_confdir+set}" = set; then
    withval="$with_confdir"
!   case "${withval-}" in
!   /*)
!     ;;
!   *)
      { echo "configure: error: need absolute path" 1>&2; exit 1; }
!     ;;
!   esac
    CONFDIR="$withval"
  
  else
***************
*** 2648,2657 ****
  # Check whether --with-lockfile or --without-lockfile was given.
  if test "${with_lockfile+set}" = set; then
    withval="$with_lockfile"
!   if test "${withval:0:1}" != "/" ; then
      { echo "configure: error: you must give an absolute path" 1>&2; exit 1; }
!   fi
! 
  else
    withval=/var/lock/news/fetchnews.lck  
  
--- 2656,2668 ----
  # Check whether --with-lockfile or --without-lockfile was given.
  if test "${with_lockfile+set}" = set; then
    withval="$with_lockfile"
!   case "${withval}" in
!   /*)
!     ;;
!   *)
      { echo "configure: error: you must give an absolute path" 1>&2; exit 1; }
!     ;;
!   esac
  else
    withval=/var/lock/news/fetchnews.lck  
  


-- 
 Lloyd Zusman
 ljz@xxxxxxxxxx

Attachment: pgp00002.pgp
Description: "PGP signature"