- Remove deleted m4 macro from Makefiles
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1192 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
d128ee8608
commit
470901d20e
|
@ -76,8 +76,7 @@ install_macros = \
|
||||||
m4/sgpemv2-dirs.m4
|
m4/sgpemv2-dirs.m4
|
||||||
macros = \
|
macros = \
|
||||||
m4/compilerflags.m4 \
|
m4/compilerflags.m4 \
|
||||||
m4/linkingflags.m4 \
|
m4/linkingflags.m4
|
||||||
m4/sgpemv2-visibility.m4
|
|
||||||
|
|
||||||
distro_files = \
|
distro_files = \
|
||||||
distro/deb/control-file-v1.0 \
|
distro/deb/control-file-v1.0 \
|
||||||
|
|
|
@ -51,8 +51,7 @@ ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
macros = m4/compilerflags.m4 \
|
macros = m4/compilerflags.m4 \
|
||||||
m4/linkingflags.m4 \
|
m4/linkingflags.m4 \
|
||||||
m4/sgpemv2-dirs.m4 \
|
m4/sgpemv2-dirs.m4
|
||||||
m4/sgpemv2-visibility.m4
|
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
config/config.rpath \
|
config/config.rpath \
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: matteo@member.fsf.org\n"
|
"Report-Msgid-Bugs-To: matteo@member.fsf.org\n"
|
||||||
"POT-Creation-Date: 2006-09-15 13:52+0200\n"
|
"POT-Creation-Date: 2006-09-16 15:37+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -180,6 +180,10 @@ msgstr ""
|
||||||
msgid "Terminated"
|
msgid "Terminated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/backend/global_preferences.cc:90
|
||||||
|
msgid "Unable to obtain Application Data directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/backend/concrete_simulation.cc:239
|
#: src/backend/concrete_simulation.cc:239
|
||||||
msgid "unable to change policy and to restore the previous: "
|
msgid "unable to change policy and to restore the previous: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue