summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2f04d3f3..56cbab2f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,8 +8,8 @@ PKG_NAME=mate-text-editor
(test -f $srcdir/configure.ac \
&& test -f $srcdir/autogen.sh \
- && test -d $srcdir/gedit \
- && test -f $srcdir/gedit/gedit.c) || {
+ && test -d $srcdir/pluma \
+ && test -f $srcdir/pluma/pluma.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1