|
|
| version 1.86, 2005/11/22 16:13:01 | version 1.88, 2005/12/09 07:18:07 |
|---|---|
| Line 1662 fi | Line 1662 fi |
| # Define the identity of the package. | # Define the identity of the package. |
| PACKAGE=parser | PACKAGE=parser |
| VERSION=3.2.0beta | VERSION=3.2.0 |
| # Some tools Automake needs. | # Some tools Automake needs. |
| Line 4196 _ACEOF | Line 4196 _ACEOF |
| if test -z "$GLIB_CONFIG"; then | if test -z "$GLIB_CONFIG"; then |
| GLIB_CONFIG=$XMLBIN/glib-config | GLIB_CONFIG=$XMLBIN/glib-config |
| if test \! -x $GLIB_CONFIG; then | if test \! -x $GLIB_CONFIG; then |
| GLIB_CONFIG=glib-config | GLIB_CONFIG=$XMLBIN/glib2-config |
| if test \! -x $GLIB_CONFIG; then | |
| GLIB_CONFIG=glib-config | |
| fi | |
| fi | fi |
| fi | fi |
| GLIB_CFLAGS=`$GLIB_CONFIG --cflags` | GLIB_CFLAGS=`$GLIB_CONFIG --cflags` |