[pkg-opensc-commit] [pkcs11-helper] 168/253: Rename aclocal->m4 to be more standard

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit 0f136af580b9e31f3209e53d4131612bb38f5b7c
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Thu Jun 5 20:25:44 2008 +0000

    Rename aclocal->m4 to be more standard
---
 Makefile.am                 | 2 +-
 configure.ac                | 2 +-
 {aclocal => m4}/Makefile.am | 0
 {aclocal => m4}/size_t.m4   | 0
 {aclocal => m4}/vararg.m4   | 0
 5 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 57ce809..d31aebf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@
 #
 
 AUTOMAKE_OPTIONS=foreign dist-bzip2 1.10
-ACLOCAL_AMFLAGS = -I aclocal
+ACLOCAL_AMFLAGS = -I m4
 
 MAINTAINERCLEANFILES= \
 	config.log config.status \
diff --git a/configure.ac b/configure.ac
index 9f6bcc3..c26463d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,7 +457,7 @@ AC_CONFIG_FILES([
 	include/Makefile
 	include/pkcs11-helper-1.0/Makefile
 	include/pkcs11-helper-1.0/pkcs11h-version.h
-	aclocal/Makefile
+	m4/Makefile
 	man/Makefile
 	doc/Makefile
 	doc/api/Makefile
diff --git a/aclocal/Makefile.am b/m4/Makefile.am
similarity index 100%
rename from aclocal/Makefile.am
rename to m4/Makefile.am
diff --git a/aclocal/size_t.m4 b/m4/size_t.m4
similarity index 100%
rename from aclocal/size_t.m4
rename to m4/size_t.m4
diff --git a/aclocal/vararg.m4 b/m4/vararg.m4
similarity index 100%
rename from aclocal/vararg.m4
rename to m4/vararg.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list