From: Wouter Bolsterlee Date: Sun, 9 Apr 2006 21:11:31 +0000 (+0000) Subject: Award myself the "useless use of cat" award. X-Git-Tag: EVINCE_0_5_3~54 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b9ba3e0562b68e321591cd68b688996cef9191e8;p=evince.git Award myself the "useless use of cat" award. 2006-04-09 Wouter Bolsterlee * configure.ac: Award myself the "useless use of cat" award. --- diff --git a/ChangeLog b/ChangeLog index 36566427..8ad2d012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-09 Wouter Bolsterlee + + * configure.ac: Award myself the "useless use of cat" award. + 2006-04-09 Wouter Bolsterlee * po/LINGUAS: New file listing all supported languages. diff --git a/configure.ac b/configure.ac index e465a424..decc0b28 100644 --- a/configure.ac +++ b/configure.ac @@ -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