Ignore:
Timestamp:
2008-07-28T16:53:09+12:00 (16 years ago)
Author:
davidb
Message:

Mods to Makefile.in and configure.in to work with newly organized files: gs2build gs2common and gs2runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/gs2build/packages/isis-gdl/configure

    r15553 r16563  
    272272PACKAGE_BUGREPORT=
    273273
    274 ac_default_prefix=../..
     274ac_default_prefix=../../..
    275275ac_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 CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LIBOBJS LTLIBOBJS'
    276276ac_subst_files=''
     
    12471247
    12481248ac_aux_dir=
    1249 for ac_dir in ../.. $srcdir/../..; do
     1249for ac_dir in ../../.. $srcdir/../../..; do
    12501250  if test -f $ac_dir/install-sh; then
    12511251    ac_aux_dir=$ac_dir
     
    12631263done
    12641264if test -z "$ac_aux_dir"; then
    1265   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../.. $srcdir/../.." >&5
    1266 echo "$as_me: error: cannot find install-sh or install.sh in ../.. $srcdir/../.." >&2;}
     1265  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&5
     1266echo "$as_me: error: cannot find install-sh or install.sh in ../../.. $srcdir/../../.." >&2;}
    12671267   { (exit 1); exit 1; }; }
    12681268fi
Note: See TracChangeset for help on using the changeset viewer.