Update of /cvsroot/openvrml/openvrml/lib/gtkglext
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22313
Modified Files:
Tag: OpenVRML-GtkPlug-BRANCH
configure.in Makefile.am
Log Message:
Set ACLOCAL_AMFLAGS in Makefile.am.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/Makefile.am,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** Makefile.am 27 Sep 2006 06:32:33 -0000 1.1.1.1.2.1
--- Makefile.am 29 Sep 2006 23:42:25 -0000 1.1.1.1.2.2
***************
*** 2,5 ****
--- 2,7 ----
## Makefile.am for gtkglext
+ ACLOCAL_AMFLAGS = -I m4macros
+
SUBDIRS = gdk gtk m4macros docs
DIST_SUBDIRS = $(SUBDIRS) examples
Index: configure.in
===================================================================
RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/configure.in,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** configure.in 27 Sep 2006 06:32:33 -0000 1.1.1.1.2.1
--- configure.in 29 Sep 2006 23:42:25 -0000 1.1.1.1.2.2
***************
*** 335,341 ****
AC_SUBST([REBUILD])
- # Honor aclocal flags
- ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS -I $srcdir/m4macros"
-
## Initial sanity check, done here so that users get told they
## have the wrong dependencies as early in the process as possible.
--- 335,338 ----
|