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 2005/12/06 05:27:58 UTC

svn commit: r354296 - /webservices/axis2/trunk/c/configure.ac

Author: damitha
Date: Mon Dec  5 20:27:51 2005
New Revision: 354296

URL: http://svn.apache.org/viewcvs?rev=354296&view=rev
Log:
Replace axis2_config.h with config.h

Modified:
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=354296&r1=354295&r2=354296&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Dec  5 20:27:51 2005
@@ -6,7 +6,7 @@
 AC_CONFIG_AUX_DIR(conftools)
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE
-AC_CONFIG_HEADER(axis2_config.h)
+AC_CONFIG_HEADER(config.h)
 AC_PROG_LIBTOOL
 # Checks for programs.
 AC_PROG_CXX