/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by lefcha, Tue Sep 24 18:49:34 2002 UTC revision 1.10 by lefcha, Mon Sep 30 01:24:35 2002 UTC
# Line 16  libs="" Line 16  libs=""
16  libenc="-lcrypto"  libenc="-lcrypto"
17  libssl="-lssl -lcrypto"  libssl="-lssl -lcrypto"
18    
19    cflags=""
20    
21  interactive="no"  interactive="no"
22    
23    
# Line 154  then Line 156  then
156  fi  fi
157    
158    
159    # C flags
160    
161    if [ $debug = "yes" ]
162    then
163      cflags="-g"
164    else
165      cflags="-O"
166    fi
167    
168    
169  # Backup of original Makefile and config.h  # Backup of original Makefile and config.h
170    
# Line 167  mv Makefile Makefile~ Line 178  mv Makefile Makefile~
178    
179  cat > Makefile << EOF  cat > Makefile << EOF
180  CC = cc  CC = cc
181  CFLAGS = -Wall -O2  CFLAGS = $cflags
182    
183  DESTDIR = $destdir  DESTDIR = $destdir
184  BINDIR = $bindir  BINDIR = $bindir

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26