Changeset 890 for trunk/auto-reply

Show
Ignore:
Timestamp:
01/29/00 02:51:18 (9 years ago)
Author:
dwalker
Message:

libtool update

Location:
trunk/auto-reply
Files:
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply

    • Property svn:ignore
      •  

        old new  
        33configure 
        44config.h 
         5ltmain.sh 
         6ltconfig 
        57libtool 
        68stamp-h 
  • trunk/auto-reply/.cvsignore

    r827 r890  
    33configure 
    44config.h 
     5ltmain.sh 
     6ltconfig 
    57libtool 
    68stamp-h 
  • trunk/auto-reply/Makefile.cvs

    r794 r890  
    44    @-rm -f acinclude.m4 
    55    @$(MAKE) -f Makefile.am  top_srcdir=. acinclude.m4 
     6    @echo "*** Fetching libtool" 
     7    @-rm -f ltmain.sh && cp ../../ltmain.sh ltmain.sh 
     8    @-rm -f ltconfig && cp ../../ltconfig ltconfig 
     9    @-rm -f libtool 
    610    @echo "*** Retrieving configure tests needed by configure.in" 
    711    @aclocal