aboutsummaryrefslogtreecommitdiff
path: root/contrib/pogen.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 19:01:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 19:01:04 +0000
commit383eec1895fff4a83f26bb8244d86571dd5baef9 (patch)
treedc6eccf68932c71785ee86d688ebebeda2ac4025 /contrib/pogen.sh
parent195267a6ac380d106d9409aa296885251d102c8e (diff)
downloadgnunet-383eec1895fff4a83f26bb8244d86571dd5baef9.tar.gz
gnunet-383eec1895fff4a83f26bb8244d86571dd5baef9.zip
reducing error messages about missing configuration options by introducing new helper functions to print them uniformly
Diffstat (limited to 'contrib/pogen.sh')
-rwxr-xr-xcontrib/pogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pogen.sh b/contrib/pogen.sh
index 604b5ae3b..1a4c072a7 100755
--- a/contrib/pogen.sh
+++ b/contrib/pogen.sh
@@ -1,3 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | sort > po/POTFILES.in 2find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | sort > po/POTFILES.in
3grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | sort >> po/POTFILES.in 3grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | sort >> po/POTFILES.in