diff options
| -rw-r--r-- | meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch b/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch index 41d9025..823468a 100644 --- a/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch +++ b/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch | |||
| @@ -18,18 +18,18 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | |||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 19 | 19 | ||
| 20 | diff --git a/configure.ac b/configure.ac | 20 | diff --git a/configure.ac b/configure.ac |
| 21 | index bf228df..dc10bff 100644 | 21 | index 00cfc4a..dc59f73 100644 |
| 22 | --- a/configure.ac | 22 | --- a/configure.ac |
| 23 | +++ b/configure.ac | 23 | +++ b/configure.ac |
| 24 | @@ -6,7 +6,7 @@ | 24 | @@ -4,7 +4,7 @@ |
| 25 | 25 | ||
| 26 | AC_INIT([mtree Utility for creating and verifying file hierarchies], [1.0.2], [http://www.freebsd.org/], [mtree]) | 26 | AC_INIT([mtree Utility for creating and verifying file hierarchies], [1.0.3], [http://www.freebsd.org/], [mtree]) |
| 27 | AC_CONFIG_AUX_DIR(scripts) | 27 | AC_CONFIG_AUX_DIR(scripts) |
| 28 | -AM_INIT_AUTOMAKE | 28 | -AM_INIT_AUTOMAKE |
| 29 | +AM_INIT_AUTOMAKE([foreign]) | 29 | +AM_INIT_AUTOMAKE([foreign]) |
| 30 | dnl AM_MAINTAINER_MODE | 30 | dnl AM_MAINTAINER_MODE |
| 31 | AC_PREREQ(2.59) | 31 | AC_PREREQ(2.59) |
| 32 | AC_REVISION($Id: configure.ac 15 2013-05-30 15:29:35Z archie.cobbs $) | 32 | AC_PREFIX_DEFAULT(/usr) |
| 33 | -- | 33 | -- |
| 34 | 1.7.9.5 | 34 | 1.7.9.5 |
| 35 | 35 | ||
