- Update POTFILES list (not including .glade files because

not everybody has gettext compiled with expat support)
- Update version numbers in configure.ac


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1011 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-05 09:38:31 +00:00
parent 0dbb265126
commit e39c6c1430
7 changed files with 342 additions and 146 deletions

View file

@ -20,17 +20,17 @@
dnl ----------------- CONFIGURE ---------------------
AC_INIT([sgpemv2-pyloader],[0.1],[matteo@member.fsf.org])
AC_INIT([sgpemv2-pyloader],[1.0],[matteo@member.fsf.org])
if test -f "`pwd`/configure.ac"; then
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
** as unpolite as exploring your nose with
** your pinky whilst attending a wedding party.
** Please create a new dir as described in
** the README file, and then run configure
** into it. If you think you've got it right,
** Please create a new dir as described in
** the README file, and then run configure
** into it. If you think you've got it right,
** please inform the mantainer of this error!
** He'll thoroughfully bash his head on the wall.],
-1 )

View file

@ -1,4 +1,3 @@
src/plugin.cc
src/python_cpu_policy.cc
src/python_cpu_policy_manager.cc
src/testsuite/test-python_loader.cc

View file

@ -20,17 +20,17 @@
dnl ----------------- CONFIGURE ---------------------
AC_INIT([sgpemv2-xmlsave],[0.1],[matteo@member.fsf.org])
AC_INIT([sgpemv2-xmlsave],[1.0],[matteo@member.fsf.org])
if test -f "`pwd`/configure.ac"; then
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
** as unpolite as exploring your nose with
** your pinky whilst attending a wedding party.
** Please create a new dir as described in
** the README file, and then run configure
** into it. If you think you've got it right,
** Please create a new dir as described in
** the README file, and then run configure
** into it. If you think you've got it right,
** please inform the mantainer of this error!
** He'll thoroughfully bash his head on the wall.],
-1 )

View file

@ -1,5 +1,4 @@
src/plugin.cc
src/testsuite/test-xml_serializer.cc
src/xml_serializer.cc
src/xml_serializer_factory.cc
src/xml_visitor.cc