/[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 2511 by capela, Fri Jan 24 16:34:11 2014 UTC revision 2545 by capela, Sat May 10 16:06:02 2014 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.3.1, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.3.2, 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 79  AC_ARG_WITH(libgig, Line 79  AC_ARG_WITH(libgig,
79    AC_HELP_STRING([--with-libgig=PATH], [use alternate libgig install path]),    AC_HELP_STRING([--with-libgig=PATH], [use alternate libgig install path]),
80    [ac_with_paths="$ac_with_paths $withval"])    [ac_with_paths="$ac_with_paths $withval"])
81    
82    
83    # Honor user specified flags.
84    ac_cflags=$CFLAGS
85    ac_ldflags=$LDFLAGS
86    
87    
88  # Checks for programs.  # Checks for programs.
89  AC_PROG_CC  AC_PROG_CC
90  AC_PROG_CPP  AC_PROG_CPP
# Line 387  fi Line 393  fi
393    
394  AC_SUBST(ac_libs)  AC_SUBST(ac_libs)
395  AC_SUBST(ac_incpath)  AC_SUBST(ac_incpath)
396    AC_SUBST(ac_cflags)
397    AC_SUBST(ac_ldflags)
398    
399  # Checks for header files.  # Checks for header files.
400  AC_HEADER_STDC  AC_HEADER_STDC

Legend:
Removed from v.2511  
changed lines
  Added in v.2545

  ViewVC Help
Powered by ViewVC