Skip to content

Commit

Permalink
Repairs version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 19, 2014
1 parent 50ee3b7 commit 5fd6582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ AC_DEFUN([GB_INIT_PROJECT],
AC_MSG_ERROR(Cannot find .project file for $1 !)
fi
##AM_INIT_AUTOMAKE($1, `cat $1/.project | grep "^Version=" | sed s/"Version="//g`)
AM_INIT_AUTOMAKE($1, 7.0.0)
AM_INIT_AUTOMAKE($1, `cat $1/.project | grep "^Version=" | sed s/"Version="//g`)
##AM_INIT_AUTOMAKE($1, 7.0.0)
## List of needed components
COMPONENTS=`cat $1/.project | grep "^Component=" | sed s/"Component="//g`
Expand Down

0 comments on commit 5fd6582

Please sign in to comment.