aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/example/configure.in
blob: 36f3f467a61391b2dd76d6f6a06e92ae0dfef419 (plain)
1
2
3
4
5
6
7
8
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
CC=${CC-cc}

AC_CONFIG_SUBDIRS(calc)

AC_SUBST(CC)
AC_OUTPUT(Makefile)