[mate-doc-utils/f19: 17/34] rename macros2 => macros

Dan Mashal vicodan at fedoraproject.org
Wed Apr 3 09:06:22 UTC 2013


commit fd691b5d21aae69a79cd32124d43b1d542b69713
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Thu May 17 13:02:52 2012 +0200

    rename macros2 => macros

 Makefile.am                                |    2 +-
 autogen.sh                                 |    2 +-
 configure.in                               |    4 ++--
 {macros2 => macros}/Makefile.am            |    0
 {macros2 => macros}/mate-autogen           |    2 +-
 {macros2 => macros}/mate-common.m4         |    0
 {macros2 => macros}/mate-compiler-flags.m4 |    0
 7 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 387e921..ee4791d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = macros2 doc-build
+SUBDIRS = macros doc-build
 
 EXTRA_DIST = \
 	autogen.sh \
diff --git a/autogen.sh b/autogen.sh
index 6d92b47..7016182 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,5 +14,5 @@ PKG_NAME="mate-common"
     exit 1
 }
 
-. $srcdir/macros2/mate-autogen
+. $srcdir/macros/mate-autogen
 
diff --git a/configure.in b/configure.in
index 7de3689..7951b65 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.54)
 AC_INIT([mate-common], [1.2.2], [https://github.com/mate-desktop/mate-common])
 
-AC_CONFIG_SRCDIR([macros2/mate-autogen])
+AC_CONFIG_SRCDIR([macros/mate-autogen])
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 
@@ -16,7 +16,7 @@ AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([
 Makefile
 mate-common.spec
-macros2/Makefile
+macros/Makefile
 doc-build/Makefile
 doc-build/mate-doc-common
 ])
diff --git a/macros2/Makefile.am b/macros/Makefile.am
similarity index 100%
rename from macros2/Makefile.am
rename to macros/Makefile.am
diff --git a/macros2/mate-autogen b/macros/mate-autogen
similarity index 99%
rename from macros2/mate-autogen
rename to macros/mate-autogen
index 94b2ba1..46422e0 100644
--- a/macros2/mate-autogen
+++ b/macros/mate-autogen
@@ -247,7 +247,7 @@ check_m4macros() {
     fi
 }
 
-# try to catch the case where the macros2/ directory hasn't been cleared out.
+# try to catch the case where the macros/ directory hasn't been cleared out.
 forbid_m4macro mate-cxx-check.m4
 
 want_libtool=false
diff --git a/macros2/mate-common.m4 b/macros/mate-common.m4
similarity index 100%
rename from macros2/mate-common.m4
rename to macros/mate-common.m4
diff --git a/macros2/mate-compiler-flags.m4 b/macros/mate-compiler-flags.m4
similarity index 100%
rename from macros2/mate-compiler-flags.m4
rename to macros/mate-compiler-flags.m4


More information about the scm-commits mailing list