summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2011-10-11 14:02:59 -0500
committerCraig Small <csmall@enc.com.au>2011-12-22 23:48:04 +1100
commit32a9adbc13b846a4b11bb108d984cb32279db14a (patch)
tree44e0afae2a87468cfae84abe47234f7f0c9fdd2f /autogen.sh
parent35cf8a4adc62da28f5ccbefb7fe0604594af73be (diff)
downloadprocps-ng-32a9adbc13b846a4b11bb108d984cb32279db14a.tar.gz
top: provide extensive, generalized nls support
Reviewed-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6699630..d707245 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ THEDIR=$(pwd)
cd ${SRCDIR}
DIE=0
-test -f top.c || {
+test -f free.c || {
echo "You must run this script in the top-level procps-ng directory"
DIE=1
}