X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Fchdir-safer.m4;h=22ad50673cfd3672464f8150b092e5aad9156776;hb=b7ba0cb08a894c8a738c8cb3b4039bc32c2c4661;hp=b3c351c78959e79dde742f279f92233c64a0f997;hpb=79c0a43808d9ca85acd04600149fc1a9b75bd1b9;p=gnulib.git diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4 index b3c351c78..22ad50673 100644 --- a/m4/chdir-safer.m4 +++ b/m4/chdir-safer.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,6 +6,5 @@ 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, same-inode.h]) AC_LIBOBJ([chdir-safer]) ])