AM_AUTOCONF does not work?

2004-02-09 Thread Jose Roman Bilbao
Hi, Can anybody tell my why this code is not substituting the variable WITH_OPENGL in my automake.am and how should I write it to work? MDL_HAVE_OPENGL AM_CONDITIONAL( WITH_OPENGL, test -n $GL_FLAGS) #AM_CONDITIONAL( WITH_OPENGL, test -n $GL_LIBS) AC_SUBST([WITH_OPENGL]) GL_FLAGS has

Re: AM_AUTOCONF does not work?

2004-02-09 Thread Andreas Schwab
Jose Roman Bilbao [EMAIL PROTECTED] writes: Hi, Can anybody tell my why this code is not substituting the variable WITH_OPENGL in my automake.am and how should I write it to work? MDL_HAVE_OPENGL AM_CONDITIONAL( WITH_OPENGL, test -n $GL_FLAGS) #AM_CONDITIONAL( WITH_OPENGL, test -n