summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-20 21:30:37 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2013-11-20 21:30:37 +0400
commit2e279ae1cca3a86d7ca2d49c57424b9a75cbdaa1 (patch)
tree86b895e67914d46f8a9f49d73b8ce7a31442c007
parentsrc/session-type.c (PRINT_DEBUG): Remove the macro. (diff)
downloadguile-ssh-2e279ae1cca3a86d7ca2d49c57424b9a75cbdaa1.tar.gz
build_aux/: Rename to `build-aux'.
* build_aux/: Rename to `build-aux'. Configuration files are updated. * configure.ac: Update. * Makefile.am: Update.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--build-aux/Makefile.am (renamed from build_aux/Makefile.am)0
-rw-r--r--configure.ac4
4 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aa21cd..e3968b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-11-20 Artyom Poptsov <poptsov.artyom@gmail.com>
+ * build_aux/: Rename to `build-aux'. Configuration files are
+ updated.
+ * configure.ac: Update.
+ * Makefile.am: Update.
+
* src/session-type.c (PRINT_DEBUG): Remove the macro.
2013-11-19 Artyom Poptsov <poptsov.artyom@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index d470062..49e71c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,5 +19,5 @@
ACLOCAL_AMFLAGS = -I m4 --install
-SUBDIRS = src examples build_aux m4
+SUBDIRS = src examples build-aux m4
diff --git a/build_aux/Makefile.am b/build-aux/Makefile.am
index 1bb8bf6..1bb8bf6 100644
--- a/build_aux/Makefile.am
+++ b/build-aux/Makefile.am
diff --git a/configure.ac b/configure.ac
index d173449..24259e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_INIT([libguile-ssh], [0.3.1], [poptsov.artyom@gmail.com])
AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)
-AC_CONFIG_AUX_DIR([build_aux])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
@@ -76,7 +76,7 @@ AC_SUBST([guilesitedir])
LIBGUILE_SSH_INTERFACE="3:0:1"
AC_SUBST(LIBGUILE_SSH_INTERFACE)
-AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile build_aux/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile build-aux/Makefile])
AC_CONFIG_FILES([m4/Makefile])
# Generate a Makefile, based on the results.