Changeset 16572


Ignore:
Timestamp:
2008-07-28T20:23:27+12:00 (16 years ago)
Author:
davidb
Message:

Renaming of gs2build to build-src, gs2common to common-src etc.

Location:
gsdl/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/Makefile.in

    r16563 r16572  
    4848
    4949
    50 COMPILEDIRS = gs2common gs2build gs2runtime
     50COMPILEDIRS = common-src build-src runtime-src
    5151
    52 INSTALLDIRS = gs2common gs2build gs2runtime
     52INSTALLDIRS = common-src build-src runtime-src
    5353
    5454MODULEDIRS = @MODULEDIRS@
  • gsdl/trunk/common-src/configure

    r16566 r16572  
    69896989done
    69906990IFS="$pl_save_ifs"
    6991 
    6992 if test $success = "yes"; then
    6993 try=`perl configtest.pl` || try="0"
    6994 try=`expr $try \> 5.000`
    6995 if test $try = "1"; then
    6996 echo "$as_me:$LINENO: result: \"yes\"" >&5
    6997 echo "${ECHO_T}\"yes\"" >&6
    6998 else
    6999 success="no"
    7000 fi
    7001 fi
    7002 
    7003 if test $success = "no"; then
    7004 echo "$as_me:$LINENO: result: \"no\"" >&5
    7005 echo "${ECHO_T}\"no\"" >&6
    7006 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    7007 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    7008    { (exit 1); exit 1; }; }
    7009 fi
    70106991
    70116992success=no
  • gsdl/trunk/configure

    r16563 r16572  
    309309#endif"
    310310
    311 ac_subdirs_all="$ac_subdirs_all gs2common gs2build gs2runtime"
     311ac_subdirs_all="$ac_subdirs_all common-src build-src runtime-src"
    312312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_ACCENTFOLD USE_SQLITE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC GDBM_LIBPATH GDBM_INCLUDE gsdlos MODULEDIRS subdirs LTLIBOBJS'
    313313ac_subst_files=''
     
    13221322
    13231323PACKAGE=gsdl
    1324 VERSION=2.1
     1324VERSION=2.82-svn
    13251325cat >>confdefs.h <<_ACEOF
    13261326#define PACKAGE "$PACKAGE"
     
    74477447
    74487448
    7449 subdirs="$subdirs gs2common gs2build gs2runtime"
     7449subdirs="$subdirs common-src build-src runtime-src"
    74507450
    74517451
    74527452# the list of folders in the src folder
    7453 srclist="gs2common/Makefile \
    7454          gs2build/Makefile \
    7455          gs2runtime/Makefile"
     7453srclist="common-src/Makefile \
     7454         build-src/Makefile \
     7455         runtime-src/Makefile"
    74567456
    74577457                              ac_config_files="$ac_config_files Makefile $srclist $moduleDirs"
  • gsdl/trunk/configure.in

    r16563 r16572  
    454454gsdlprefix=`pwd`
    455455ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
    456 AC_CONFIG_SUBDIRS(gs2common gs2build gs2runtime)
     456AC_CONFIG_SUBDIRS(common-src build-src runtime-src)
    457457
    458458# the list of folders in the src folder
    459 srclist="gs2common/Makefile \
    460          gs2build/Makefile \
    461          gs2runtime/Makefile"
     459srclist="common-src/Makefile \
     460         build-src/Makefile \
     461         runtime-src/Makefile"
    462462
    463463AC_OUTPUT(Makefile $srclist $moduleDirs)
  • gsdl/trunk/runtime-src/configure

    r16568 r16572  
    69876987done
    69886988IFS="$pl_save_ifs"
    6989 
    6990 if test $success = "yes"; then
    6991 try=`perl configtest.pl` || try="0"
    6992 try=`expr $try \> 5.000`
    6993 if test $try = "1"; then
    6994 echo "$as_me:$LINENO: result: \"yes\"" >&5
    6995 echo "${ECHO_T}\"yes\"" >&6
    6996 else
    6997 success="no"
    6998 fi
    6999 fi
    7000 
    7001 if test $success = "no"; then
    7002 echo "$as_me:$LINENO: result: \"no\"" >&5
    7003 echo "${ECHO_T}\"no\"" >&6
    7004 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    7005 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    7006    { (exit 1); exit 1; }; }
    7007 fi
    70086989
    70096990success=no
  • gsdl/trunk/runtime-src/src/colservr/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
     28COMMON_DIR = $(GSDL_DIR)/common-src
    2929
    3030INDEXERS_DIR = $(COMMON_DIR)/indexers
    31 PACKAGES_DIR = $(GSDL_DIR)/gs2runtime/packages
     31PACKAGES_DIR = $(GSDL_DIR)/runtime-src/packages
    3232
    3333
  • gsdl/trunk/runtime-src/src/oaiservr/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
    29 RUNTIME_DIR = $(GSDL_DIR)/gs2runtime
     28COMMON_DIR = $(GSDL_DIR)/common-src
     29RUNTIME_DIR = $(GSDL_DIR)/runtime-src
    3030
    3131INDEXERS_DIR = $(COMMON_DIR)/indexers
  • gsdl/trunk/runtime-src/src/protocol/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
     28COMMON_DIR = $(GSDL_DIR)/common-src
    2929
    3030INDEXERS_DIR = $(COMMON_DIR)/indexers
    31 PACKAGES_DIR = $(GSDL_DIR)/gs2runtime/packages
    32 COLSERVR_DIR = $(GSDL_DIR)/gs2runtime/src/colservr
     31PACKAGES_DIR = $(GSDL_DIR)/runtime-src/packages
     32COLSERVR_DIR = $(GSDL_DIR)/runtime-src/src/colservr
    3333
    3434
  • gsdl/trunk/runtime-src/src/recpt/Makefile.in

    r16563 r16572  
    2626
    2727GSDL_DIR = ../../..
    28 COMMON_DIR = $(GSDL_DIR)/gs2common
    29 RUNTIME_DIR = $(GSDL_DIR)/gs2runtime
     28COMMON_DIR = $(GSDL_DIR)/common-src
     29RUNTIME_DIR = $(GSDL_DIR)/runtime-src
    3030
    3131INDEXERS_DIR = $(COMMON_DIR)/indexers
Note: See TracChangeset for help on using the changeset viewer.