summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-03-22 15:09:55 +0100
committerTomas Bzatek <tbzatek@redhat.com>2013-03-22 15:09:55 +0100
commit12630fb340785422d3d52e8d832413590856b193 (patch)
tree9d1529c0f5185269bbe3313a5039e2a33e29702f /autogen.sh
parente903c3e908249b094b6109af52ad2c931c5add89 (diff)
downloadgvfs-12630fb340785422d3d52e8d832413590856b193.tar.gz
build: Distribute m4 macros
The m4 directory is used by *ize scripts for putting their m4 macros there and is a common practice to distribute these macros within a tarball. https://bugzilla.gnome.org/show_bug.cgi?id=693634
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d59d88ea..caef19a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -106,9 +106,9 @@ rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
-libtoolize --force || exit $?
+libtoolize --force --copy || exit $?
intltoolize --force --copy --automake || exit $?
-gtkdocize || exit $?
+gtkdocize --copy || exit $?
$ACLOCAL $ACLOCAL_FLAGS || exit $?