diff options
author | carlosg <carlosg> | 2006-05-16 15:54:33 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-05-16 15:54:33 +0000 |
commit | 71522e2927843b54260f8aee7c54b38b0fad1abb (patch) | |
tree | f7cf06b8eb03588e5e0c32b59d1087835288c0dc | |
parent | 590a5605451ed6c9a1a7e62a0c60811b76766dfd (diff) |
2006-05-15 Carlos Garnacho <carlosg@gnome.org>
* Makefile.am, autogen.sh: do not intltoolize things, do not delete
.pm files in clean
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 13 | ||||
-rwxr-xr-x | autogen.sh | 8 |
3 files changed, 10 insertions, 16 deletions
@@ -1,5 +1,10 @@ 2006-05-15 Carlos Garnacho <carlosg@gnome.org> + * Makefile.am, autogen.sh: do not intltoolize things, do not delete + .pm files in clean + +2006-05-15 Carlos Garnacho <carlosg@gnome.org> + * po/*.po, po/POTFILES.*, po/ChangeLog: nuked, no more translations in HEAD, huge thanks to all contributors until now * ABOUT-NLS: removed too diff --git a/Makefile.am b/Makefile.am index 367bd8a..69475f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,20 +15,17 @@ scripts = \ scripts_SCRIPTS = $(scripts) EXTRA_DIST = \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ system-tools-backends-2.0.pc.in \ README \ AUTHORS \ NEWS -CLEANFILES = $(scripts) +CLEANFILES = \ + SystemToolsBackends.pl \ + system-tools-backends-2.0.pc \ + org.freedesktop.SystemToolsBackends.service -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update +#DISTCLEANFILES = pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = system-tools-backends-2.0.pc @@ -44,12 +44,6 @@ ACLOCAL=aclocal-1.7 DIE=1 } -(intltoolize --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "**Error**: You must have \`intltoolize' installed to compile $PROJECT." - DIE=1 -} - if test "$DIE" -eq 1; then exit 1 fi @@ -66,8 +60,6 @@ fi libtoolize --copy --force -intltoolize --copy --force --automake - echo $ACLOCAL $ACLOCAL_FLAGS -I m4macros $ACLOCAL $ACLOCAL_FLAGS -I m4macros |