diff options
Diffstat (limited to 'meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac index 47ee576a8e..e2bf1bf110 100644 --- a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac +++ b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac | |||
@@ -1,12 +1,9 @@ | |||
1 | AC_PREREQ([2.57]) | 1 | AC_PREREQ([2.57]) |
2 | 2 | ||
3 | AC_INIT(bzip2, 2.0.5, , libXrender) | 3 | AC_INIT(bzip2, 1.0.6) |
4 | AM_INIT_AUTOMAKE(foreign) | 4 | AM_INIT_AUTOMAKE(foreign) |
5 | AM_MAINTAINER_MODE | 5 | AM_MAINTAINER_MODE |
6 | 6 | ||
7 | #AM_CONFIG_HEADER(config.h) | ||
8 | |||
9 | # Check for progs | ||
10 | AC_PROG_CC | 7 | AC_PROG_CC |
11 | AC_PROG_LIBTOOL | 8 | AC_PROG_LIBTOOL |
12 | 9 | ||