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
  
  
  

Reply via email to