After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669715 - need to mkdir -p m4
need to mkdir -p m4
Status: RESOLVED FIXED
Product: gnome-video-effects
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME video effects maintainers
GNOME video effects maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-08 23:21 UTC by Allison Karlitskaya (desrt)
Modified: 2012-02-09 07:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: create m4/ directory (561 bytes, patch)
2012-02-08 23:22 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2012-02-08 23:21:41 UTC
running autogen on a fresh checkout of gnome-video-effects currently fails since the "Overhaul build system" commit (f1db7178687c28f9daeff9c5daa8bb13375fc06e) on Jan 30.

This was added:

+AC_CONFIG_MACRO_DIR([m4])


which means that autogen.sh should 'mkdir -p m4' in order to avoid:

Running intltoolize...
cp: cannot create regular file `m4/intltool.m4': No such file or directory
intltoolize: cannot copy '/home/desrt/jhbuild/install/share/aclocal/intltool.m4' to 'm4/intltool.m4'
Comment 1 Allison Karlitskaya (desrt) 2012-02-08 23:22:24 UTC
Created attachment 207153 [details] [review]
autogen.sh: create m4/ directory
Comment 2 David King 2012-02-09 07:23:33 UTC
Comment on attachment 207153 [details] [review]
autogen.sh: create m4/ directory

Pushed to master as commit c41d1f84ee64eda4a89d77532c0fea510588fe61, thanks.