Changeset 90 for trunk/libjdkmidi/trunk

Show
Ignore:
Timestamp:
08/17/06 14:44:08 (2 years ago)
Author:
jeffk@…
Message:

configure script refers to CONFIGURE_DIR for directory that contains configure and magic.mak etc as it may not be the same as PROJECT_TOP_DIR

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libjdkmidi/trunk/configure

    r89 r90  
    8282magic_PREFIX="${magic_PREFIX:-${PWD}/install}" 
    8383magic_INSTALL_DIR="${magic_PREFIX}" 
     84magic_CONFIGURE_DIR="${relative_dir}" 
    8485 
    8586# additional tool specifications 
     
    189190set | grep '^magic_' | awk -F= '{ sub("magic_","",$1); print $1 "=" $2 }' >Makefile 
    190191 
    191 echo 'include $(PROJECT_TOP_DIR)/project.mak' >>Makefile 
    192 echo 'include $(PROJECT_TOP_DIR)/magic.mak' >>Makefile 
     192echo 'include $(CONFIGURE_DIR)/project.mak' >>Makefile 
     193echo 'include $(CONFIGURE_DIR)/magic.mak' >>Makefile 
    193194 
    194195if [ -f ./reconfigure ]; then