diff options
author | Vincent Untz <vuntz@novell.com> | 2008-09-21 06:48:34 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@novell.com> | 2008-09-21 06:48:34 +0200 |
commit | e992a74d8f8ef2b0e28c035322ab67b97afd3f0f (patch) | |
tree | f672a40e07c9016a46e282494f4c62d8c0a535bd /autogen.sh | |
parent | b4276a418cda637167be754a9dd5574505485fdf (diff) |
First pass at this.
There are two smalls test program to show this works :-)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |