diff options
author | Stefano Karapetsas <[email protected]> | 2012-05-17 13:02:52 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-05-17 13:02:52 +0200 |
commit | fd691b5d21aae69a79cd32124d43b1d542b69713 (patch) | |
tree | 790938aa7b38820d682980e97e47cbce60b322e6 /configure.in | |
parent | 4646b6c6597b0658ffda163816d42ac5ee76ae59 (diff) | |
download | mate-common-fd691b5d21aae69a79cd32124d43b1d542b69713.tar.bz2 mate-common-fd691b5d21aae69a79cd32124d43b1d542b69713.tar.xz |
rename macros2 => macros
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 ]) |