/[svn]/qsampler/trunk/configure.ac
ViewVC logotype

Diff of /qsampler/trunk/configure.ac

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

revision 2766 by capela, Sat May 23 16:48:20 2015 UTC revision 2768 by capela, Fri May 29 09:11:07 2015 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT(Qsampler, 0.3.0.2, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.3.0.3, rncbc@rncbc.org, qsampler)
3    
4  AC_CONFIG_SRCDIR(src/qsampler.cpp)  AC_CONFIG_SRCDIR(src/qsampler.cpp)
5  AC_CONFIG_HEADERS(src/config.h)  AC_CONFIG_HEADERS(src/config.h)
# Line 172  for X in $ac_with_paths; do Line 172  for X in $ac_with_paths; do
172    fi    fi
173    for Y in $ac_subdirs; do    for Y in $ac_subdirs; do
174      if test -d $X/$Y; then      if test -d $X/$Y; then
175         LIBS="$LIBS -L$X/$Y"         LIBS="-L$X/$Y $LIBS"
176         ac_libs="$ac_libs -L$X/$Y"         ac_libs="-L$X/$Y $ac_libs"
177      fi      fi
178    done    done
179  done  done

Legend:
Removed from v.2766  
changed lines
  Added in v.2768

  ViewVC Help
Powered by ViewVC