summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2008-09-21 06:48:34 +0200
committerVincent Untz <vuntz@novell.com>2008-09-21 06:48:34 +0200
commite992a74d8f8ef2b0e28c035322ab67b97afd3f0f (patch)
treef672a40e07c9016a46e282494f4c62d8c0a535bd /autogen.sh
parentb4276a418cda637167be754a9dd5574505485fdf (diff)
First pass at this.
There are two smalls test program to show this works :-)
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 63738e4..313bcf5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="CUPS PolicyKit helper"
(test -f $srcdir/configure.ac \
- && test -f $srcdir/src/cups-methods.c) || {
+ && test -f $srcdir/src/cups-pk-helper-mechanism.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level package directory"
exit 1