/[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 825 by capela, Tue Jan 3 13:51:35 2006 UTC revision 847 by capela, Mon Mar 20 10:53:33 2006 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.1.2.16, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.1.2.17, rncbc@rncbc.org, qsampler)
3  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui.h)  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui.h)
4  AC_CONFIG_HEADERS(config.h)  AC_CONFIG_HEADERS(config.h)
5  AC_CONFIG_FILES(Makefile qsampler.pro qsampler.spec)  AC_CONFIG_FILES(Makefile qsampler.pro qsampler.spec)
# Line 58  for X in $ac_with_paths; do Line 58  for X in $ac_with_paths; do
58      CPPFLAGS="$CPPFLAGS -I$X/include"      CPPFLAGS="$CPPFLAGS -I$X/include"
59      ac_incpath="$X/include $ac_incpath"      ac_incpath="$X/include $ac_incpath"
60    fi    fi
61      if test -d $X/lib64; then
62        LIBS="$LIBS -L$X/lib64"
63        ac_libs="$ac_libs -L$X/lib64"
64      fi
65    if test -d $X/lib; then    if test -d $X/lib; then
66      LIBS="$LIBS -L$X/lib"      LIBS="$LIBS -L$X/lib"
67      ac_libs="-L$X/lib $ac_libs"      ac_libs="-L$X/lib $ac_libs"
# Line 75  fi Line 79  fi
79    
80  CFLAGS="$CFLAGS -I$QTDIR/include"  CFLAGS="$CFLAGS -I$QTDIR/include"
81  CPPFLAGS="$CPPFLAGS -I$QTDIR/include"  CPPFLAGS="$CPPFLAGS -I$QTDIR/include"
82  LIBS="$LIBS -L$QTDIR/lib"  if test -d $QTDIR/lib64; then
83      LIBS="$LIBS -L$QTDIR/lib64"
84    else
85      LIBS="$LIBS -L$QTDIR/lib"
86    fi
87  for X in qt qt3; do  for X in qt qt3; do
88    if test -d $QTDIR/include/$X; then    if test -d $QTDIR/include/$X; then
89      CFLAGS="$CFLAGS -I$QTDIR/include/$X"      CFLAGS="$CFLAGS -I$QTDIR/include/$X"

Legend:
Removed from v.825  
changed lines
  Added in v.847

  ViewVC Help
Powered by ViewVC