/[ghosts]/ghosts/gedcomviewer/configure
ViewVC logotype

Diff of /ghosts/gedcomviewer/configure

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

revision 1.3 by cpcp, Sun Dec 8 16:48:22 2002 UTC revision 1.4 by cpcp, Mon Dec 1 20:10:58 2003 UTC
# Line 8195  ac_link='$CXX -o conftest$ac_exeext $CXX Line 8195  ac_link='$CXX -o conftest$ac_exeext $CXX
8195  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8196    
8197    
8198      GEDCOMPARSER_CFLAGS=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --cflags`      GEDCOMPARSER_CFLAGS=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --cflags gedcomparser`
8199      GEDCOMPARSER_LIBS=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --libs`      GEDCOMHELPER_CFLAGS=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --cflags gedcomhelper`
8200        GEDCOMPARSER_LIBS=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --libs gedcomparser`
8201        GEDCOMHELPER_LIBS=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --libs gedcomhelper`
8202      gedcomparser_config_major_version=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --version | \      gedcomparser_config_major_version=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --version | \
8203             sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`             sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8204      gedcomparser_config_minor_version=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --version | \      gedcomparser_config_minor_version=`$GEDCOMPARSER_CONFIG $gedcomparser_config_args --version | \
# Line 8206  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu Line 8208  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8208      if test "x$enable_gedcomparsertest" = "xyes" ; then      if test "x$enable_gedcomparsertest" = "xyes" ; then
8209        ac_save_CXXFLAGS="$CXXFLAGS"        ac_save_CXXFLAGS="$CXXFLAGS"
8210        ac_save_LIBS="$LIBS"        ac_save_LIBS="$LIBS"
8211        CXXFLAGS="$CXXFLAGS $GEDCOMPARSER_CFLAGS"        CXXFLAGS="$CXXFLAGS $GEDCOMPARSER_CFLAGS $GEDCOMHELPER_CFLAGS"
8212        LIBS="$LIBS $GEDCOMPARSER_LIBS"        LIBS="$LIBS $GEDCOMPARSER_LIBS $GEDCOMHELPER_LIBS"
8213        rm -f conf.gedcomparsertest        rm -f conf.gedcomparsertest
8214        if test "$cross_compiling" = yes; then        if test "$cross_compiling" = yes; then
8215    echo $ac_n "cross compiling; assumed OK... $ac_c"    echo $ac_n "cross compiling; assumed OK... $ac_c"
# Line 8219  else Line 8221  else
8221    
8222  #include "GEDCOMParser/Parser.hh"  #include "GEDCOMParser/Parser.hh"
8223  #include "GEDCOMParser/GEDCOMFactory.hh"  #include "GEDCOMParser/GEDCOMFactory.hh"
8224    #include "GEDCOMHelper/IndividualRecordHelper.hh"
8225    
8226  int  int
8227  main ()  main ()
8228  {  {
8229    system ("touch conf.gtkmmtest");    system ("touch conf.gedcomparsertest");
8230    GEDCOMParser::GEDCOMFactory factory;    GEDCOMParser::GEDCOMFactory factory;
8231    GEDCOMParser::Parser viewparser(&factory);    GEDCOMParser::Parser viewparser(&factory);
8232      GEDCOMHelper::IndividualRecordHelper(0,0);
8233    return 0;    return 0;
8234  }  }
8235    
# Line 8348  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 8352  ac_compiler_gnu=$ac_cv_c_compiler_gnu
8352    
8353    
8354    
8355    
8356    
8357    rm -f conf.gedcomparsertest    rm -f conf.gedcomparsertest
8358    
8359    
# Line 13298  s,@LIBTOOL@,$LIBTOOL,;t t Line 13304  s,@LIBTOOL@,$LIBTOOL,;t t
13304  s,@GEDCOMPARSER_CONFIG@,$GEDCOMPARSER_CONFIG,;t t  s,@GEDCOMPARSER_CONFIG@,$GEDCOMPARSER_CONFIG,;t t
13305  s,@GEDCOMPARSER_CFLAGS@,$GEDCOMPARSER_CFLAGS,;t t  s,@GEDCOMPARSER_CFLAGS@,$GEDCOMPARSER_CFLAGS,;t t
13306  s,@GEDCOMPARSER_LIBS@,$GEDCOMPARSER_LIBS,;t t  s,@GEDCOMPARSER_LIBS@,$GEDCOMPARSER_LIBS,;t t
13307    s,@GEDCOMHELPER_CFLAGS@,$GEDCOMHELPER_CFLAGS,;t t
13308    s,@GEDCOMHELPER_LIBS@,$GEDCOMHELPER_LIBS,;t t
13309  s,@GTK_CONFIG@,$GTK_CONFIG,;t t  s,@GTK_CONFIG@,$GTK_CONFIG,;t t
13310  s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t  s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
13311  s,@GTK_LIBS@,$GTK_LIBS,;t t  s,@GTK_LIBS@,$GTK_LIBS,;t t

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26