- Update version number
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@585 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
f091405970
commit
1b13268411
12
configure.ac
12
configure.ac
|
@ -20,17 +20,17 @@
|
||||||
|
|
||||||
dnl ----------------- CONFIGURE ---------------------
|
dnl ----------------- CONFIGURE ---------------------
|
||||||
|
|
||||||
AC_INIT([sgpemv2],[0.1],[matteo@member.fsf.org])
|
AC_INIT([sgpemv2],[0.3],[matteo@member.fsf.org])
|
||||||
|
|
||||||
if test -f "`pwd`/configure.ac"; then
|
if test -f "`pwd`/configure.ac"; then
|
||||||
AC_MSG_FAILURE([
|
AC_MSG_FAILURE([
|
||||||
** This seems to be the pkg root directory.
|
** This seems to be the pkg root directory.
|
||||||
** Compiling here your sources is considered
|
** Compiling here your sources is considered
|
||||||
** as unpolite as exploring your nose with
|
** as unpolite as exploring your nose with
|
||||||
** your pinky whilst attending a wedding party.
|
** your pinky whilst attending a wedding party.
|
||||||
** Please create a new dir as described in
|
** Please create a new dir as described in
|
||||||
** the README file, and then run configure
|
** the README file, and then run configure
|
||||||
** into it. If you think you've got it right,
|
** into it. If you think you've got it right,
|
||||||
** please inform the mantainer of this error!
|
** please inform the mantainer of this error!
|
||||||
** He'll thoroughfully bash his head on the wall.],
|
** He'll thoroughfully bash his head on the wall.],
|
||||||
-1 )
|
-1 )
|
||||||
|
@ -112,7 +112,7 @@ AC_COMPILE_IFELSE(
|
||||||
bails out with a compilation error.
|
bails out with a compilation error.
|
||||||
#endif
|
#endif
|
||||||
]),[
|
]),[
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_DEFINE([SG_DLLIMPORT],[/* intentionally left with no value */])
|
AC_DEFINE([SG_DLLIMPORT],[/* intentionally left with no value */])
|
||||||
AC_DEFINE([SG_DLLEXPORT],[__attribute__ ((visibility("default")))])
|
AC_DEFINE([SG_DLLEXPORT],[__attribute__ ((visibility("default")))])
|
||||||
AC_DEFINE([SG_DLLLOCAL],[__attribute__ ((visibility("hidden")))])
|
AC_DEFINE([SG_DLLLOCAL],[__attribute__ ((visibility("hidden")))])
|
||||||
|
|
Loading…
Reference in New Issue