tHack for adding DESTDIR to po/Makefile removed; this doesn't appear to be needed any more. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 430eaa0c190f40d01fc8f47be6ff9ae04d5b98d6
 (DIR) parent 5af1872ee96aa08fd38acd94514d170d19df00d3
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat,  2 Mar 2002 20:23:56 +0000
       
       Hack for adding DESTDIR to po/Makefile removed; this doesn't appear to be
       needed any more.
       
       
       Diffstat:
         M configure                           |       2 +-
         M configure.in                        |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/configure b/configure
       t@@ -5047,7 +5047,7 @@ for ac_file in $CONFIG_FILES; do
                  ;;
                esac
              done
       -sed -e "/POTFILES =/r po/POTFILES" -e 's/^prefix = /prefix = ${DESTDIR}/' po/Makefile.in > po/Makefile
       +sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
        exit 0
        EOF
        chmod +x $CONFIG_STATUS
 (DIR) diff --git a/configure.in b/configure.in
       t@@ -265,7 +265,7 @@ src/cursesport/Makefile
        doc/Makefile
        intl/Makefile
        po/Makefile.in],
       -[sed -e "/POTFILES =/r po/POTFILES" -e 's/^prefix = /prefix = ${DESTDIR}/' po/Makefile.in > po/Makefile])
       +[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
        
        echo
        echo "dopewars has been configured as follows:"