Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OpenModelica/OMPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Nov 17, 2015
2 parents 47b15cf + 57c8c57 commit 847989d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common
Submodule common updated 4 files
+14 −0 commit-msg.sh
+4 −0 m4/pre-commit.m4
+21 −2 m4/qmake.m4
+1 −1 semver.sh
8 changes: 7 additions & 1 deletion configure.ac
Expand Up @@ -28,8 +28,14 @@ AC_PROG_CXX
host_short=$host_cpu-$host_os

m4_include([common/m4/qmake.m4])
m4_include([common/m4/omhome.m4])

if test -z "$QMAKE"; then
AC_MSG_ERROR([Could not find qmake (QT4)])
elif test -z "$LRELEASE"; then
AC_MSG_ERROR([Could not find lrelease (QT4)])
fi

m4_include([common/m4/omhome.m4])
FIND_OPENMODELICAHOME()

AC_OUTPUT(Makefile qwt/Makefile.unix OMPlot/OMPlotGUI/Makefile.unix OMPlot/OMPlotGUI/OMPlotGUI.config qwt/qwt.config)

0 comments on commit 847989d

Please sign in to comment.