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/app-i18n/jfbterm/files/jfbterm-automake-1.13.patch

15 lines
355 B

--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(fbcommon.c)
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(jfbterm, 0.4.7)
+AC_INIT([jfbterm], [0.4.7])
+AC_CONFIG_SRCDIR([fbcommon.c])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE
dnl Checks for programs.
AC_PROG_CC