carnold     2004/12/15 22:42:28

  Added:       .        autogen.macosx.sh
  Log:
  LOGCXX-10: tchar.h/unicode: Mac iteration
  
  Revision  Changes    Path
  1.1                  logging-log4cxx/autogen.macosx.sh
  
  Index: autogen.macosx.sh
  ===================================================================
  #! /bin/sh
  # Regenerate the files autoconf / automake
  
  glibtoolize --force --automake
  
  rm -f config.cache
  rm -f config.log
  aclocal -I .
  autoheader
  autoconf
  automake -a
  
  
  

Reply via email to