*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 21 Dec 2005 10:21:20 +0000 (10:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Dec 2005 10:21:20 +0000 (10:21 +0000)
m4/ChangeLog
m4/chdir-safer.m4 [new file with mode: 0644]

index e96f8d7..0e4c4de 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-21  Jim Meyering  <jim@meyering.net>
+
+       * chdir-safer.m4: New file.
+       * jm-macros.m4: Require gl_CHDIR_SAFER.
+
 2005-12-05  Andreas Gruenbacher  <agruen@suse.de>
 
        * acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4
new file mode 100644 (file)
index 0000000..f3d7351
--- /dev/null
@@ -0,0 +1,11 @@
+#serial 1
+dnl Copyright (C) 2005 Free Software Foundation, 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_CHDIR_SAFER],
+[
+  AC_LIBSOURCES([chdir-safer.c, chdir-safer.h])
+  AC_LIBOBJ([chdir-safer])
+])