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 127230 - Root Makefile.am needs ACLOCAL_AMFLAGS
Root Makefile.am needs ACLOCAL_AMFLAGS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.7.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-17 21:04 UTC by Braden
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Braden 2003-11-17 21:04:52 UTC
The root Makefile.am needs to have this:

  ACLOCAL_AMFLAGS = -I common/m4

This should get autoreconf working (or at least it will help).
Comment 1 David Schleef 2003-12-02 04:54:09 UTC
Fixed.