2 # Test whether the current package is a KDE package.
4 # NLS nuisances: Letter ranges are different in the Estonian locale.
9 if test -f configure.
in; then
10 configfiles
="$configfiles configure.in"
12 if test -f configure.ac
; then
13 configfiles
="$configfiles configure.ac"
15 if test -n "$configfiles"; then
16 if grep '^KDE_' $configfiles >/dev
/null
2>&1 || \
17 grep '^AC_PATH_KDE' $configfiles >/dev
/null
2>&1 || \
18 grep '^AM_KDE_WITH_NLS' $configfiles >/dev
/null
2>&1 ; then
23 dir
=`basename \`pwd\
``
26 # This directory name, used in GNU make, is not the top level directory.
29 # Reached the top level directory.
32 # Go to parent directory
36 if test "$last" = "$curr"; then
37 # Oops, didn't find the top level directory.