diff options
author | Dan Williams <dcbw@redhat.com> | 2009-01-22 18:59:20 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-01-22 18:59:20 -0500 |
commit | 2c6a71b39e1a7573efb74456d364617d368283d1 (patch) | |
tree | b7040aa744e912e34fca7ac40f49ac0b1a691763 /autogen.sh | |
parent | 95b96e30f498f44de52baa452089d75e637596c4 (diff) |
modem-probe: rename from probe-modem for consistency
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ REQUIRED_AUTOMAKE_VERSION=1.9 PKG_NAME=udev-extras (test -f $srcdir/configure.ac \ - && test -f $srcdir/probe-modem/probe-modem.c) || { + && test -f $srcdir/modem-probe/modem-probe.c) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 |