move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem

pull/1/head
Yang Tse 17 years ago
parent 71416199cf
commit 28d3b4af6a
  1. 2
      Makefile.am
  2. 2
      buildconf
  3. 0
      m4/reentrant.m4

@ -1,4 +1,4 @@
ACLOCAL_AMFLAGS = -I .
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign

@ -1,7 +1,7 @@
#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}

Loading…
Cancel
Save