]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 6 Feb 1998 20:48:10 +0000 (20:48 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Feb 1998 20:48:10 +0000 (20:48 +0000)
src/dcgen

index ca9220b49349213cb3f7d8814606bf7be4444bf8..8f45b364b5df830f6c29d15ab9ccd9068a9b693b 100755 (executable)
--- a/src/dcgen
+++ b/src/dcgen
@@ -1,12 +1,11 @@
-#!/p/bin/perl -w
+#!/usr/bin/perl -w
 # -*- perl -*-
-# @configure_input@
 
 eval 'exec /p/bin/perl -S $0 ${1+"$@"}'
     if 0;
 
 # dcgen -- generate C declarations of arrays of lines and line lengths
-# Copyright (C) 1996 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1998 Free Software Foundation, Inc.
 
 # 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