summaryrefslogtreecommitdiff
path: root/sys-process/time/files/time-1.7-build.patch
blob: 504643d768e56d658d08afba1b0e0b8bf78b0ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(time.c)
-VERSION=1.7
-AC_SUBST(VERSION)
-PACKAGE=time
-AC_SUBST(PACKAGE)
-
-AC_ARG_PROGRAM
+AC_INIT(time, 1.7)
+AM_INIT_AUTOMAKE
 
 dnl Checks for programs.
 AC_PROG_CC