jorton      2004/07/01 07:34:48

  Modified:    .        Makefile.in
  Log:
  * Makefile.in (install): Install an apr-1-config script alongside
  apr-config, more parallel install safety.
  
  Revision  Changes    Path
  1.106     +3 -1      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -d -w -u -r1.105 -r1.106
  --- Makefile.in       30 Jun 2004 14:23:59 -0000      1.105
  +++ Makefile.in       1 Jul 2004 14:34:48 -0000       1.106
  @@ -28,6 +28,7 @@
   
   TARGET_LIB = [EMAIL PROTECTED]@.la
   APR_PCFILE = apr-$(APR_MAJOR_VERSION).pc
  +APR_CONFIG = apr-$(APR_MAJOR_VERSION)-config
   
   #
   # Rules for building specific targets, starting with 'all' for
  @@ -97,7 +98,8 @@
            $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(bindir); \
        fi;
        $(LIBTOOL) --mode=install cp apr-config.out 
$(DESTDIR)$(bindir)/apr-config
  -     chmod 755 $(DESTDIR)$(bindir)/apr-config
  +     $(LIBTOOL) --mode=install cp apr-config.out 
$(DESTDIR)$(bindir)/$(APR_CONFIG)
  +     chmod 755 $(DESTDIR)$(bindir)/apr-config 
$(DESTDIR)$(bindir)/$(APR_CONFIG)
        @if [ $(INSTALL_SUBDIRS) != "none" ]; then \
               for i in $(INSTALL_SUBDIRS); do \
                ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
  
  
  

Reply via email to