Codebase list frei0r / 8edc3ac
Patch to force automake into 'foreign' mode IOhannes m zmölnig 9 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: automake must be 'foreign' if there is no README,...
1 Author: IOhannes m zmölnig
2 Last-Update: 2017-06-19
3 ---
4 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
5 --- frei0r.orig/configure.ac
6 +++ frei0r/configure.ac
7 @@ -5,7 +5,7 @@
8 AC_INIT(frei0r-plugins, [1.5.0], [frei0r-devel@dyne.org])
9 AC_CONFIG_MACRO_DIR([m4])
10
11 -AM_INIT_AUTOMAKE
12 +AM_INIT_AUTOMAKE([foreign])
13
14 # Checks for programs.
15 AC_PROG_CXX
0 automake-foreign.patch
01 docs_DATA.patch