Remove occurence of strftime that is not compatible with non gnu awk.
This commit is contained in:
parent
485be7017a
commit
a29e88e5f7
@ -4,7 +4,7 @@
|
||||
# file to a C header. No copyright claimed.
|
||||
|
||||
BEGIN {
|
||||
print "// autoconf.h generated from " ARGV[1] " at " strftime() "\n" \
|
||||
print "// autoconf.h generated from " ARGV[1] " at TODAY \n" \
|
||||
"#ifndef AUTOCONF_H\n" \
|
||||
"#define AUTOCONF_H"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user