make-rules/configure.mk
changeset 5881 a24bda958288
parent 5682 94c0ca64c022
child 6608 a98160718cfc
equal deleted inserted replaced
5880:caab292318a0 5881:a24bda958288
   161 
   161 
   162 # temporarily work around some issues
   162 # temporarily work around some issues
   163 CONFIGURE_ENV += "ac_cv_func_realloc_0_nonnull=yes"
   163 CONFIGURE_ENV += "ac_cv_func_realloc_0_nonnull=yes"
   164 CONFIGURE_ENV += "NM=/usr/gnu/bin/nm"
   164 CONFIGURE_ENV += "NM=/usr/gnu/bin/nm"
   165 COMPONENT_BUILD_ENV += "ac_cv_func_realloc_0_nonnull=yes"
   165 COMPONENT_BUILD_ENV += "ac_cv_func_realloc_0_nonnull=yes"
       
   166 
       
   167 # 23200148 undo this once 23169155 Move developer/gnome/gettext to Userland
       
   168 CONFIGURE_ENV += INTLTOOL_PERL="$(PERL)"
       
   169 COMPONENT_BUILD_ENV += INTLTOOL_PERL="$(PERL)"
   166 
   170 
   167 # configure the unpacked source for building 32 and 64 bit version
   171 # configure the unpacked source for building 32 and 64 bit version
   168 CONFIGURE_SCRIPT ?=	$(SOURCE_DIR)/configure
   172 CONFIGURE_SCRIPT ?=	$(SOURCE_DIR)/configure
   169 $(BUILD_DIR)/%/.configured:	$(SOURCE_DIR)/.prep
   173 $(BUILD_DIR)/%/.configured:	$(SOURCE_DIR)/.prep
   170 	($(RM) -rf $(@D) ; $(MKDIR) $(@D))
   174 	($(RM) -rf $(@D) ; $(MKDIR) $(@D))