summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac')
-rw-r--r--poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
new file mode 100644
index 000000000..e2bf1bf11
--- /dev/null
+++ b/poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
@@ -0,0 +1,11 @@
+AC_PREREQ([2.57])
+
+AC_INIT(bzip2, 1.0.6)
+AM_INIT_AUTOMAKE(foreign)
+AM_MAINTAINER_MODE
+
+AC_PROG_CC
+AC_PROG_LIBTOOL
+
+AC_OUTPUT([Makefile])
+
OpenPOWER on IntegriCloud