summaryrefslogtreecommitdiff
path: root/m4/savedir.m4
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:30:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:30:05 +0000
commit3ba1963110e3e3bbc08a8c51b37034b3d4d44d3e (patch)
tree07940e83d515268898c125ab6ca3c43e482dfac5 /m4/savedir.m4
parentc0cc66c3d7b7bf2dab40d4d28a999b60ab70c608 (diff)
downloadtar-3ba1963110e3e3bbc08a8c51b37034b3d4d44d3e.tar.gz
add output of bootstrapbaserock/bootstrap-deprecated
alters .gitignores and removes bootstrap step from morph
Diffstat (limited to 'm4/savedir.m4')
-rw-r--r--m4/savedir.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/savedir.m4 b/m4/savedir.m4
new file mode 100644
index 00000000..486a1dd2
--- /dev/null
+++ b/m4/savedir.m4
@@ -0,0 +1,11 @@
+# savedir.m4 serial 10
+dnl Copyright (C) 2002-2003, 2005-2006, 2009-2012 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_SAVEDIR],
+[
+ :
+])