/[hyperestraier]/upstream/0.5.2/configure.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/0.5.2/configure.in

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

upstream/0.5.1/configure.in revision 2 by dpavlin, Fri Jul 29 21:56:53 2005 UTC upstream/0.5.2/configure.in revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC
# Line 8  Line 8 
8    
9    
10  # Targets  # Targets
11  AC_INIT(hyperestraier, 0.5.1)  AC_INIT(hyperestraier, 0.5.2)
12    
13  # Export variables  # Export variables
14  LIBVER=2  LIBVER=2
# Line 33  PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/us Line 33  PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/us
33  export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH  export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH
34  if type pkg-config > /dev/null 2>&1  if type pkg-config > /dev/null 2>&1
35  then  then
36    PATH="$PATH:`pkg-config --variable=bindir qdbm`/bin"    PATH="$PATH:`pkg-config --variable=bindir qdbm`"
37    LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"    LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"
38    LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"    LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"
39    CPATH="$CPATH:`pkg-config --variable=includedir qdbm`"    CPATH="$CPATH:`pkg-config --variable=includedir qdbm`"
# Line 107  printf '#=============================== Line 107  printf '#===============================
107    
108    
109  #================================================================  #================================================================
110  # Checking commands and libraries  # Checking Commands and Libraries
111  #================================================================  #================================================================
112    
113    

Legend:
Removed from v.2  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26