summaryrefslogtreecommitdiff
path: root/m4/antimake.m4
blob: 792b5c89750a50109e3c184a0dc6233acc25cfaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

dnl
dnl  AMK_INIT: Generate initial makefile
dnl

AC_DEFUN([AMK_INIT], [

# if building separately from srcdir, write top-level makefile
if test "$srcdir" != "."; then
  echo "include $srcdir/Makefile" > Makefile
fi

])