You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/12/02 09:34:21 UTC

cvs commit: apache-1.3 configure

rse         98/12/02 00:34:20

  Modified:    .        configure
  Log:
  Fix a little bug: The DEPS variable (the EXTRA_DEPS of
  src/Configure.tmpl) wasn't remembered in config.status.
  
  Revision  Changes    Path
  1.53      +1 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- configure	1998/12/02 06:11:52	1.52
  +++ configure	1998/12/02 08:34:19	1.53
  @@ -281,7 +281,7 @@
       echo "##" >>$configstatus
       echo "" >>$configstatus
       for var in CC CPP OPTIM CFLAGS CFLAGS_SHLIB LDFLAGS LD_SHLIB LDFLAGS_SHLIB \
  -               LDFLAGS_SHLIB_EXPORT LIBS INCLUDES RANLIB TARGET; do
  +               LDFLAGS_SHLIB_EXPORT LIBS INCLUDES RANLIB DEPS TARGET; do
           eval "val=\"\$$var\""
           if [ ".$val" != . ]; then
               echo "$var=$val" |\