]> www.fi.muni.cz Git - evince.git/commitdiff
Award myself the "useless use of cat" award.
authorWouter Bolsterlee <uws+gnome@xs4all.nl>
Sun, 9 Apr 2006 21:11:31 +0000 (21:11 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Sun, 9 Apr 2006 21:11:31 +0000 (21:11 +0000)
2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

* configure.ac: Award myself the "useless use of cat" award.

ChangeLog
configure.ac

index 3656642714a5938507a94dc45f8e48a5fbf710a0..8ad2d0125045deea5b8f741fca3db65c4326fdde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
+
+       * configure.ac: Award myself the "useless use of cat" award.
+
 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
 
        * po/LINGUAS: New file listing all supported languages.
index e465a4249f55149f55a4e471422f3f79b78725c1..decc0b2842f27d4ddb29348ae8ae7669a5b5c6dd 100644 (file)
@@ -27,7 +27,7 @@ GNOME_CXX_WARNINGS
 GNOME_DEBUG_CHECK
 
 AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
-ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
+ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS"`"
 
 AM_GLIB_GNU_GETTEXT