You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/09/13 07:47:28 UTC

cvs commit: ws-axis/c configure.ac

damitha     2004/09/12 22:47:28

  Modified:    c        configure.ac
  Log:
  Added packaged name and version information
  
  Revision  Changes    Path
  1.51      +2 -2      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- configure.ac	31 Aug 2004 10:55:27 -0000	1.50
  +++ configure.ac	13 Sep 2004 05:47:28 -0000	1.51
  @@ -1,7 +1,7 @@
  -AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
  +AC_INIT(axis-c, 1-3-beta-linux, BUG-REPORT-ADDRESS)
   AM_INIT_AUTOMAKE(0.3)
   AM_CONFIG_HEADER(config.h)
  -PACKAGE=apache_axisc++
  +PACKAGE=axis-c
   AC_MSG_CHECKING(whether to use apache2 as server transport)
   AC_ARG_WITH(apache2,
   [  --with-apache2[=PATH]      use apache2 as server transport.],