Cosmetic: Fixed checkstatic(1) compliance.
[udpgate.git] / autogen.pl
index 20d5575..1386fee 100755 (executable)
@@ -2,7 +2,7 @@
 # 
 # $Id$
 # Run to generate the initial Makefiles etc. after CVS checkout.
-# Copyright (C) 2004 Jan Kratochvil <project-udpforward@jankratochvil.net>
+# Copyright (C) 2004 Jan Kratochvil <project-udpgate@jankratochvil.net>
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,8 +31,8 @@ use Carp qw(cluck confess);
 
 
 AutoGen->run(
-               "name"=>"udpforward",
-               "COPYRIGHT_HOLDER"=>'Jan Kratochvil <project-udpforward@jankratochvil.net>',
+               "name"=>"udpgate",
+               "COPYRIGHT_HOLDER"=>'Jan Kratochvil <project-udpgate@jankratochvil.net>',
                "ARGV"=>\@ARGV,
                "clean"=>[qw(
                                .include_test_false.c
@@ -41,7 +41,7 @@ AutoGen->run(
                                ./ChangeLog.bak
                                ./debian/changelog
                                ./doc/*-pod.*
-                               ./src/udpforward
+                               ./src/udpgate
                                ./src/ui-gnome-callbacks.[ch]
                                ./src/ui-gnome-interface.[ch]
                                ./src/ui-gnome-support.[ch]