You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Greg Stein <gs...@lyra.org> on 2000/12/12 10:44:07 UTC

Re: cvs commit: apr-util configure.in

The include path points to the private area first, but you'll still want to
remove the old files (apr-util/include/apu_*). You'll get a reminder at your
next "cvs update" because the .cvsignore was moved into the private area (so
those files are now "spurious").

Cheers,
-g

On Tue, Dec 12, 2000 at 09:10:34AM -0000, gstein@locus.apache.org wrote:
> gstein      00/12/12 01:10:34
> 
>   Modified:    .        configure.in
>   Log:
>   fix up the include paths for the new include/private directory
>   
>   Revision  Changes    Path
>   1.3       +3 -3      apr-util/configure.in
>   
>   Index: configure.in
>   ===================================================================
>   RCS file: /home/cvs/apr-util/configure.in,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -u -r1.2 -r1.3
>   --- configure.in	2000/12/06 02:19:45	1.2
>   +++ configure.in	2000/12/12 09:10:33	1.3
>   @@ -5,7 +5,7 @@
>    AC_PREREQ(2.13)
>    AC_INIT(build/rules.mk.in)
>    
>   -AC_CONFIG_HEADER(include/apu_config.h)
>   +AC_CONFIG_HEADER(include/private/apu_config.h)
>    AC_CONFIG_AUX_DIR(build)
>    
>    AC_PROG_CC
>   @@ -33,7 +33,7 @@
>    dnl
>    dnl set up the compilation flags and stuff
>    dnl
>   -INCLUDES="-I$APR_INCLUDES -I\$(top_builddir)/include"
>   +INCLUDES="-I\$(top_builddir)/include/private -I\$(top_builddir)/include -I$APR_INCLUDES"
>    
>    CFLAGS="$CFLAGS $INCLUDES"
>    
>   @@ -42,7 +42,7 @@
>    	Makefile
>    	build/Makefile
>    	build/rules.mk
>   -	include/apu_private.h
>   +	include/private/apu_private.h
>    	src/Makefile
>    	src/buckets/Makefile
>    	src/crypto/Makefile
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/