You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bj...@apache.org on 2001/01/10 02:01:33 UTC

cvs commit: apr Makefile.in configure.in

bjh         01/01/09 17:01:33

  Modified:    .        Makefile.in configure.in
  Log:
  Libtool takes care of the lib prefix so get rid of our own workaround.
  
  Revision  Changes    Path
  1.38      +1 -1      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- Makefile.in	2001/01/09 11:05:33	1.37
  +++ Makefile.in	2001/01/10 01:01:33	1.38
  @@ -16,7 +16,7 @@
   SUBDIRS=@SUBDIRS@
   #shmem/@OSDIR@
   
  -LIBAPR = @LIBPREFIX@apr.la
  +LIBAPR = libapr.la
   
   TARGET_EXPORTS = apr.exports
   
  
  
  
  1.208     +0 -5      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- configure.in	2001/01/09 19:28:36	1.207
  +++ configure.in	2001/01/10 01:01:33	1.208
  @@ -41,9 +41,6 @@
   echo "(Default will be ${DEFAULT_OSDIR})"
   MODULES="file_io network_io threadproc misc locks time mmap shmem i18n user"
   
  -# Most platforms use a prefix of 'lib' on their library files.
  -LIBPREFIX='lib'
  -
   dnl # Checks for programs.
   AC_PROG_CC
   AC_PROG_MAKE_SET
  @@ -101,7 +98,6 @@
      *-os2*)
          CFLAGS="$CFLAGS -DOS2 -Zmt"
          OSDIR="os2"
  -       LIBPREFIX=""
          enable_threads="system_threads"
          eolstr="\\r\\n"
          ;;
  @@ -862,7 +858,6 @@
   AC_SUBST(RM)
   AC_SUBST(OSDIR)
   AC_SUBST(DEFAULT_OSDIR)
  -AC_SUBST(LIBPREFIX)
   AC_SUBST(EXEEXT)
   AC_SUBST(THREAD_CPPFLAGS)
   AC_SUBST(THREAD_CFLAGS)
  
  
  

Re: cvs commit: apr Makefile.in configure.in

Posted by Greg Stein <gs...@lyra.org>.
Yay!

I always hated that thing. I did enough damage last night, that I wasn't
going to try and remove it, though :-)

Cheers,
-g

On Wed, Jan 10, 2001 at 01:01:33AM -0000, bjh@apache.org wrote:
> bjh         01/01/09 17:01:33
> 
>   Modified:    .        Makefile.in configure.in
>   Log:
>   Libtool takes care of the lib prefix so get rid of our own workaround.
>   
>   Revision  Changes    Path
>   1.38      +1 -1      apr/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/Makefile.in,v
>   retrieving revision 1.37
>   retrieving revision 1.38
>   diff -u -r1.37 -r1.38
>   --- Makefile.in	2001/01/09 11:05:33	1.37
>   +++ Makefile.in	2001/01/10 01:01:33	1.38
>   @@ -16,7 +16,7 @@
>    SUBDIRS=@SUBDIRS@
>    #shmem/@OSDIR@
>    
>   -LIBAPR = @LIBPREFIX@apr.la
>   +LIBAPR = libapr.la
>    
>    TARGET_EXPORTS = apr.exports
>    
>   
>   
>   
>   1.208     +0 -5      apr/configure.in
>   
>   Index: configure.in
>   ===================================================================
>   RCS file: /home/cvs/apr/configure.in,v
>   retrieving revision 1.207
>   retrieving revision 1.208
>   diff -u -r1.207 -r1.208
>   --- configure.in	2001/01/09 19:28:36	1.207
>   +++ configure.in	2001/01/10 01:01:33	1.208
>   @@ -41,9 +41,6 @@
>    echo "(Default will be ${DEFAULT_OSDIR})"
>    MODULES="file_io network_io threadproc misc locks time mmap shmem i18n user"
>    
>   -# Most platforms use a prefix of 'lib' on their library files.
>   -LIBPREFIX='lib'
>   -
>    dnl # Checks for programs.
>    AC_PROG_CC
>    AC_PROG_MAKE_SET
>   @@ -101,7 +98,6 @@
>       *-os2*)
>           CFLAGS="$CFLAGS -DOS2 -Zmt"
>           OSDIR="os2"
>   -       LIBPREFIX=""
>           enable_threads="system_threads"
>           eolstr="\\r\\n"
>           ;;
>   @@ -862,7 +858,6 @@
>    AC_SUBST(RM)
>    AC_SUBST(OSDIR)
>    AC_SUBST(DEFAULT_OSDIR)
>   -AC_SUBST(LIBPREFIX)
>    AC_SUBST(EXEEXT)
>    AC_SUBST(THREAD_CPPFLAGS)
>    AC_SUBST(THREAD_CFLAGS)
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/