You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/time/files/time-1.7-build.patch

17 lines
301 B

--- 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