diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Makefile.am | 5 | ||||
-rwxr-xr-x | autogen.sh | 1 |
3 files changed, 6 insertions, 3 deletions
@@ -12,6 +12,7 @@ config.status configure INSTALL libtool -m4 +libtool.m4 +lt*.m4 Makefile Makefile.in diff --git a/Makefile.am b/Makefile.am index 8d36f5c..ed71187 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,3 @@ -SUBDIRS = facebook -EXTRA_DIST = autogen.sh +ACLOCAL_AMFLAGS = -Im4 +EXTRA_DIST = autogen.sh +SUBDIRS = facebook @@ -6,6 +6,7 @@ test -z "$srcdir" && srcdir=. cwd=$(pwd) cd "$srcdir" +mkdir -p m4 autoreconf --verbose --force --install || exit $? cd "$cwd" |