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/x11-misc/wayv/files/wayv-0.3-autoconf.patch

14 lines
320 B

--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/defines.h)
-AM_INIT_AUTOMAKE(wayv, `cat VERSION`)
-AM_CONFIG_HEADER(config.h)
+AC_INIT(wayv, 0.3)
+AM_INIT_AUTOMAKE
+AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_CC