mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am (ACLOCAL_AMFLAGS): New.
2005-08-22 Kelley Cook <kcook@gcc.gnu.org> * Makefile.am (ACLOCAL_AMFLAGS): New. * Makefile.in: Regenerate. From-SVN: r103358
This commit is contained in:
parent
03192b9875
commit
9c8f164b94
|
@ -1,3 +1,8 @@
|
||||||
|
2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
|
* Makefile.am (ACLOCAL_AMFLAGS): New.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2005-08-22 Tom Tromey <tromey@redhat.com>
|
2005-08-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR libgcj/23498:
|
PR libgcj/23498:
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
|
SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
|
||||||
DIST_SUBDIRS = lib doc external include native resource scripts examples
|
DIST_SUBDIRS = lib doc external include native resource scripts examples
|
||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I m4 -I ../..
|
||||||
|
|
||||||
native: lib
|
native: lib
|
||||||
|
|
||||||
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
||||||
|
|
|
@ -255,6 +255,7 @@ vm_classes = @vm_classes@
|
||||||
# lib first, to compile .class files before native code, last examples
|
# lib first, to compile .class files before native code, last examples
|
||||||
SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
|
SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
|
||||||
DIST_SUBDIRS = lib doc external include native resource scripts examples
|
DIST_SUBDIRS = lib doc external include native resource scripts examples
|
||||||
|
ACLOCAL_AMFLAGS = -I m4 -I ../..
|
||||||
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
||||||
ChangeLog-2003 ChangeLog-2004 \
|
ChangeLog-2003 ChangeLog-2004 \
|
||||||
ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj
|
ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj
|
||||||
|
|
Loading…
Reference in New Issue