Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-04-09 21:11:31 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-04-09 21:11:31 (GMT)
commitb9ba3e0562b68e321591cd68b688996cef9191e8 (patch)
treee94107a0e9834998160e94176f506cd29b036e14 /configure.ac
parent4aa2ee3d64ccb1cc51ca52e209a05b6d4f80db41 (diff)
Award myself the "useless use of cat" award.
2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.ac: Award myself the "useless use of cat" award.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e465a42..decc0b2 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