PERFORCE change 219812 for review

Robert Watson rwatson at FreeBSD.org
Tue Nov 20 11:35:59 UTC 2012


http://p4web.freebsd.org/@@219812?ac=10

Change 219812 by rwatson at rwatson_cinnamon on 2012/11/20 11:35:47

	Regenerate autofoo for OpenBSM and add missing ylwrap.  I'm using
	a slightly older autofoo than Pawel, but the result builds slightly
	more.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/Makefile.in#14 edit
.. //depot/projects/trustedbsd/openbsm/autom4te.cache/output.0#1 add
.. //depot/projects/trustedbsd/openbsm/autom4te.cache/requests#1 add
.. //depot/projects/trustedbsd/openbsm/autom4te.cache/traces.0#1 add
.. //depot/projects/trustedbsd/openbsm/bin/Makefile.in#15 edit
.. //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.in#16 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile.in#15 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/Makefile.in#2 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/Makefile.in#12 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile.in#14 edit
.. //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile.in#14 edit
.. //depot/projects/trustedbsd/openbsm/bsm/Makefile.in#14 edit
.. //depot/projects/trustedbsd/openbsm/config/ylwrap#1 add
.. //depot/projects/trustedbsd/openbsm/configure#65 edit
.. //depot/projects/trustedbsd/openbsm/libauditd/Makefile.in#7 edit
.. //depot/projects/trustedbsd/openbsm/libbsm/Makefile.in#19 edit
.. //depot/projects/trustedbsd/openbsm/man/Makefile.in#13 edit
.. //depot/projects/trustedbsd/openbsm/modules/Makefile.in#11 edit
.. //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/Makefile.in#12 edit
.. //depot/projects/trustedbsd/openbsm/sys/Makefile.in#8 edit
.. //depot/projects/trustedbsd/openbsm/sys/bsm/Makefile.in#11 edit
.. //depot/projects/trustedbsd/openbsm/test/Makefile.in#12 edit
.. //depot/projects/trustedbsd/openbsm/test/bsm/Makefile.in#12 edit
.. //depot/projects/trustedbsd/openbsm/tools/Makefile.in#15 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/Makefile.in#14 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
@@ -60,8 +60,7 @@
 	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
 	$(top_srcdir)/config/missing $(top_srcdir)/configure INSTALL \
 	NEWS TODO config/config.guess config/config.sub config/depcomp \
-	config/install-sh config/ltmain.sh config/missing \
-	config/ylwrap
+	config/install-sh config/ltmain.sh config/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -581,9 +580,9 @@
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac
-	chmod -R a-w $(distdir)
-	chmod u+w $(distdir)
-	mkdir $(distdir)/_build $(distdir)/_inst
+	chmod -R a-w $(distdir); chmod u+w $(distdir)
+	mkdir $(distdir)/_build
+	mkdir $(distdir)/_inst
 	chmod a-w $(distdir)
 	test -d $(distdir)/_build || exit 0; \
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \

==== //depot/projects/trustedbsd/openbsm/bin/Makefile.in#15 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.in#16 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile.in#15 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/Makefile.in#2 (text+kow) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bin/auditfilterd/Makefile.in#12 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile.in#14 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile.in#14 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/bsm/Makefile.in#14 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/configure#65 (xtext) ====

@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac P4: //depot/user/pjd/openbsm/configure.ac#19 .
+# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#62 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for OpenBSM 1.2alpha1.
 #

==== //depot/projects/trustedbsd/openbsm/libauditd/Makefile.in#7 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/libbsm/Makefile.in#19 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/man/Makefile.in#13 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/modules/Makefile.in#11 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/modules/auditfilter_noop/Makefile.in#12 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/sys/Makefile.in#8 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/sys/bsm/Makefile.in#11 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/test/Makefile.in#12 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/test/bsm/Makefile.in#12 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.

==== //depot/projects/trustedbsd/openbsm/tools/Makefile.in#15 (text+ko) ====

@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.12.4 from Makefile.am.
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2012 Free Software Foundation, Inc.


More information about the p4-projects mailing list