There is nothing compiled since GLW_SOURCES is not substituted by configure:
Makefile.am:29
  libGLw_la_SOURCES = $(GLW_SOURCES)

This would need AC_SUBST([GLW_SOURCES]) in configure.ac,
but thats not allowed for _SOURCES variables, see automake output:

configure.ac:96: `GLW_SOURCES' includes configure substitution `@GLW_SOURCES@'
configure.ac:96: and is referred to from `libGLw_la_SOURCES';
configure.ac:96: configure substitutions are not allowed in _SOURCES variables

2011/8/5 Kenneth Graunke <kenn...@whitecape.org>:
> Hey,
>
> I'd like to remove libGLw from the main Mesa repository.  It never
> changes, and almost noone uses it...because GL and Motif is awesome, right?
>
> Since Debian still packages it, I pulled it into its own git repository,
> preserving history, and then autotooled it.
>
> You can get it here:
> git://people.freedesktop.org/~kwg/glw
>
> --Kenneth
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to