diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:25:41 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:56 +0200 |
commit | 8dc1763bac8c42bb2d3f920ad2095d5467eebbf0 (patch) | |
tree | 0b3280cab260171661d371991562862945d815fc /meta-networking/recipes-support/mtr/files/configure.patch | |
parent | d4591958f4cc3379a753b9f38f29aa6a4596f6cf (diff) | |
download | meta-openembedded-8dc1763bac8c42bb2d3f920ad2095d5467eebbf0.tar.gz |
mtr: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-networking/recipes-support/mtr/files/configure.patch')
-rw-r--r-- | meta-networking/recipes-support/mtr/files/configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/mtr/files/configure.patch b/meta-networking/recipes-support/mtr/files/configure.patch new file mode 100644 index 0000000000..c978b879ec --- /dev/null +++ b/meta-networking/recipes-support/mtr/files/configure.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: mtr-0.82/configure.in | ||
2 | =================================================================== | ||
3 | --- mtr-0.82.orig/configure.in 2014-07-16 19:52:56.306026346 +0000 | ||
4 | +++ mtr-0.82/configure.in 2014-07-17 21:59:03.208587150 +0000 | ||
5 | @@ -1,5 +1,5 @@ | ||
6 | -AC_INIT(mtr.c) | ||
7 | -AM_INIT_AUTOMAKE(mtr, 0.82) | ||
8 | +AC_INIT(mtr.c, 0.82) | ||
9 | +AM_INIT_AUTOMAKE([foreign]) | ||
10 | |||
11 | |||
12 | AC_SUBST(GTK_OBJ) | ||