tRemoved fix of prefix variable - we already fix the datadir variable anyway, so this has no effect... - 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 8d4888ff20ba5805a613eb8a8172df1293dfa1c5
 (DIR) parent 5d49650f5dc9a12df5d5f94e2c4e322db3cefd02
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat,  7 Jun 2003 18:56:18 +0000
       
       Removed fix of prefix variable - we already fix the datadir variable anyway,
       so this has no effect...
       
       
       Diffstat:
         M configure.in                        |       5 -----
       
       1 file changed, 0 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/configure.in b/configure.in
       t@@ -72,11 +72,6 @@ if test "$CYGWIN" = "yes" ; then
           AC_MSG_RESULT([Configuring for native Win32 binary under Cygwin])
           AC_DEFINE(CYGWIN, 1, [Define if building under the Cygwin environment])
        
       -   dnl The prefix makes little sense under Cygwin, but the installer expects
       -   dnl everything relative to the current directory. --prefix="." doesn't
       -   dnl work with recent autoconf versions, so it is fixed here.
       -   prefix="."
       -
           dnl This flag allows linking with MSVC-generated DLLs. -fnative-struct was
           dnl used by gcc 2, and -mms-bitfields by gcc 3, so it is tested for here.
           bkp_CFLAGS="$CFLAGS"