/[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 1889 by capela, Wed Mar 25 15:16:37 2009 UTC revision 1890 by capela, Tue Apr 28 09:06:43 2009 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.2.1.25, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.1.26, rncbc@rncbc.org, qsampler)
3    
4  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui)  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui)
5  AC_CONFIG_HEADERS(config.h)  AC_CONFIG_HEADERS(config.h)
# Line 37  AC_ARG_ENABLE(libgig, Line 37  AC_ARG_ENABLE(libgig,
37  ac_with_paths="/usr /usr/local"  ac_with_paths="/usr /usr/local"
38    
39  # Some a-la-debian alternatives...  # Some a-la-debian alternatives...
40  for X in /usr/lib /usr/share; do  for X in /usr/lib /usr/lib64 /usr/share; do
41    for Y in qt qt4; do    for Y in qt qt4; do
42      if test -d $X/$Y/bin; then      if test -d $X/$Y/bin; then
43        ac_with_paths="$ac_with_paths $X/$Y"        ac_with_paths="$ac_with_paths $X/$Y"

Legend:
Removed from v.1889  
changed lines
  Added in v.1890

  ViewVC Help
Powered by ViewVC