aboutsummaryrefslogtreecommitdiffstats
path: root/brctl
diff options
context:
space:
mode:
authorStephen Hemminger <sch@sch-laptop.localdomain>2006-09-08 22:20:52 -0700
committerStephen Hemminger <sch@sch-laptop.localdomain>2006-09-08 22:20:52 -0700
commit66840291cd76adfa21d8a4f27fa7083582744ff2 (patch)
tree07e22cb409ee4f8aa58ffc92bfba5d29512b06a3 /brctl
parentcf06742ec8fd4e7ac7d393ebe093839379aa3f46 (diff)
downloadandroid_external_brctl-66840291cd76adfa21d8a4f27fa7083582744ff2.tar.gz
android_external_brctl-66840291cd76adfa21d8a4f27fa7083582744ff2.tar.bz2
android_external_brctl-66840291cd76adfa21d8a4f27fa7083582744ff2.zip
Change the autoconf stuff to handle newer versions of autoconf
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'brctl')
-rw-r--r--brctl/brctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brctl/brctl.c b/brctl/brctl.c
index 33c15fd..454b8dd 100644
--- a/brctl/brctl.c
+++ b/brctl/brctl.c
@@ -50,7 +50,7 @@ int main(int argc, char *const* argv)
help();
return 0;
case 'V':
- printf("%s, %s\n", PACKAGE, VERSION);
+ printf("%s, %s\n", PACKAGE_NAME, PACKAGE_VERSION);
return 0;
default:
fprintf(stderr, "Unknown option '%c'\n", f);