- 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:
parent
0dbb265126
commit
e39c6c1430
7 changed files with 342 additions and 146 deletions
|
@ -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 )
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue