diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2013-03-22 15:09:55 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2013-03-22 15:09:55 +0100 |
commit | 12630fb340785422d3d52e8d832413590856b193 (patch) | |
tree | 9d1529c0f5185269bbe3313a5039e2a33e29702f /autogen.sh | |
parent | e903c3e908249b094b6109af52ad2c931c5add89 (diff) | |
download | gvfs-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-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $? |