106
Programming / Re: trying a first port
« on: February 16, 2015, 07:48:39 pm »Easiest is to have a config.site file. The config.site file will be automatically found if at $PREFIX/share/config.site or found by set CONFIG_SITE.with all latest rpm/yum dev packages like autoconf, libtool, automake ... you can bootstrap everything nicely. No need to fiddle with a config.site file.
Also note that different shells work different and with the RPM/YUM environment and ash as the shell you're better off recreating the auto files.Code: [Select]export ac_executable_extensions=.exeYou can add other needed stuff if configure has a problem finding it
export ac_exeext=.exeCode: [Select]export INSTALL=f:/usr/bin/install.exe
export lt_cv_path_SED=sed.exe
export lt_ac_sed=sed.exe
