You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fi...@apache.org on 2001/03/31 07:24:40 UTC

cvs commit: apr/build os2_libtool.m4

fielding    01/03/30 21:24:40

  Added:       build    os2_libtool.m4
  Log:
  A cheap replacement for libtool.m4 on OS/2 -- copied to ../aclocal.m4
  by the buildconf script.
  
  Revision  Changes    Path
  1.1                  apr/build/os2_libtool.m4
  
  Index: os2_libtool.m4
  ===================================================================
  ## os2_libtool.m4 - Replacement for libtool.m4 on OS/2
  
  AC_DEFUN(AC_PROG_LIBTOOL,
  echo "using OS/2-specific aplibtool"
  
  LIBTOOL="$srcdir/build/aplibtool"
  AC_SUBST(LIBTOOL)dnl
  
  gcc -o $CPPFLAGS $CFLAGS $LIBTOOL.exe $LIBTOOL.c
  ])dnl
  
  
  

Re: cvs commit: apr/build os2_libtool.m4

Posted by "Roy T. Fielding" <fi...@ebuilt.com>.
Aw, rats, I just realized that this won't work at all unless we
distribute an OS/2-specific tarball.  Back to my original idea....

....Roy


Re: cvs commit: apr/build os2_libtool.m4

Posted by "Roy T. Fielding" <fi...@ebuilt.com>.
I have not tested this on OS/2, but it should work assuming that
the emx environment is close enough to normal unix to run configure.
This is basically what Jeff was saying we should do to support platforms
that don't like libtool.

....Roy