Hi, I work on GStreamer and it's build infrastructure.
GStreamer requires automake 1.5 because we use per-target flags. Now that Red Hat 7.3 has an automake-1.5 binary and a regular automake binary, I provided options to autogen.sh to specify a different automake binary. It does this perfectly, uses it for autogenning, and also automatically picks up aclocal-1.5 Now, what happens is that when you touch a Makefile.am in a directory, it will regenerate the Makefile because of the AUTOMAKE = (path)/missing --run automake Only of course it then uses automake 1.4 I would like to know what is the best way to override this so that it also uses automake-1.5. Any suggestions ? -- The Dave/Dina Project : future TV today ! - http://davedina.apestaart.org/ <-*- -*-> It was sex in a different life Destroys my days and haunts my nights <-*- [EMAIL PROTECTED] -*-> URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/
