Skip to content

Commit

Permalink
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
Browse files Browse the repository at this point in the history
	* Makefile.am: Revert previous.
	* acinclude.m4: Restore.
	* aclocal.m4, configure, Makefile.in: Regenerate.
	* testsuite/Makefile.in: Likewise.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91292 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
kcook committed Nov 25, 2004
1 parent 317c5c9 commit 666e0c3
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 34 deletions.
7 changes: 7 additions & 0 deletions libmudflap/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>

* Makefile.am: Revert previous.
* acinclude.m4: Restore.
* aclocal.m4, configure, Makefile.in: Regenerate.
* testsuite/Makefile.in: Likewise.

2004-11-24 Kelley Cook <kcook@gcc.gnu.org>

* Makefile.am: Define ACLOCAL_AMFLAGS.
Expand Down
1 change: 0 additions & 1 deletion libmudflap/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
##

AUTOMAKE_OPTIONS = 1.8 foreign
ACLOCAL_AMFLAGS = -I ..
MAINT_CHARSET = latin1
SUBDIRS = testsuite

Expand Down
3 changes: 1 addition & 2 deletions libmudflap/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
$(srcdir)/mf-runtime.h.in $(top_srcdir)/configure ChangeLog
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
Expand Down Expand Up @@ -219,7 +219,6 @@ target_vendor = @target_vendor@
toolexecdir = @toolexecdir@
toolexeclibdir = @toolexeclibdir@
AUTOMAKE_OPTIONS = 1.8 foreign
ACLOCAL_AMFLAGS = -I ..
MAINT_CHARSET = latin1
SUBDIRS = testsuite
AM_CFLAGS = -Wall $(SECTION_FLAGS)
Expand Down
Loading

0 comments on commit 666e0c3

Please sign in to comment.