Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
obmc-console
/
df94dc12331938bcedeafd1848524e3830fd2a74
/
.
/
configure.ac
blob: c11fa031f0f0351625db514e2af79a6b95342075 [
file
] [
log
] [
blame
]
# initialisation
AC_INIT
([
openbmc
-
console
],
0.1
,
[
Jeremy
Kerr
<
jk@ozlabs
.
org
>])
AM_INIT_AUTOMAKE
AM_SILENT_RULES
([
yes
])
# required tools
AC_PROG_CC
# output
AC_CONFIG_FILES
([
Makefile
])
AC_OUTPUT