Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
obmc-console
/
e3f9454743ce4aec47b6f70b362d691ef6ee62fd
/
.
/
configure.ac
blob: 7ed08b23852261a8dba029e3e23d8b84c7e45cb3 [
file
] [
log
] [
blame
]
# initialisation
AC_INIT
([
obmc
-
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