Ticket #1422 (new task) — at Initial Version

Opened 15 years ago

Last modified 15 years ago

GNU specific options in buildsystem

Reported by: iNode Owned by:
Priority: major Milestone: 4.7.0-pre1
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

We should check buildsystem to be portable

Current issues (I will collect it here to fix in one patch)
version.sh

PREV_MC_VERSION=`sed -rn 's/^#define MC_CURRENT_VERSION "(.*)"$/\1/p' "${VERSION_FILE}"` 

BSD sed has no "-r" optioin.

Note: See TracTickets for help on using tickets.