Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 31 lines 672 B view raw
1diff --git a/Makefile.am b/Makefile.am 2index 3257a0a..e39e8bc 100644 3--- a/Makefile.am 4+++ b/Makefile.am 5@@ -35,3 +35,5 @@ endif 6 7 8 man_MANS = xbindkeys.1 $(man_MANS_TK) 9+ 10+SUBDIRS = 11\ No newline at end of file 12diff --git a/configure.ac b/configure.ac 13index f039ca8..eb0c886 100644 14--- a/configure.ac 15+++ b/configure.ac 16@@ -3,10 +3,15 @@ AC_INIT(xbindkeys, 1.8.7, hocwp@free.fr) 17 AC_PREREQ(2.54) 18 AC_COPYRIGHT(Copyright (C) Philippe Brochard <hocwp@free.fr>) 19 20+AC_CONFIG_MACRO_DIRS([m4]) 21+ 22 # Automake 23 AM_INIT_AUTOMAKE() 24 AM_MAINTAINER_MODE 25 26+AM_GNU_GETTEXT_VERSION([0.25]) 27+AM_GNU_GETTEXT([external]) 28+ 29 AC_CONFIG_SRCDIR([xbindkeys.c]) 30 AM_CONFIG_HEADER(config.h) 31