]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename byteswap_.h to byteswap.in.h.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:07:19 +0000 (00:07 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:07:19 +0000 (00:07 +0200)
ChangeLog
lib/byteswap.in.h [moved from lib/byteswap_.h with 100% similarity]
m4/byteswap.m4
modules/byteswap

index b79124309757d65854e875fa9dce311109ee0d2b..66f8bd70010483d4cb9faf502b4ce12797b8f94d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
        alloca_.h.
        * lib/argz.in.h: Renamed from lib/argz_.h.
        * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
+       * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
+       * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
+       byteswap_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
similarity index 100%
rename from lib/byteswap_.h
rename to lib/byteswap.in.h
index e71c80268a901bdd86bee5034d07aeccd9b3c3a7..642c42cf83ab7f8db01f90b9da7976f294fe8053 100644 (file)
@@ -1,5 +1,5 @@
-# byteswap.m4 serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+# byteswap.m4 serial 2
+dnl Copyright (C) 2005, 2007 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.
@@ -8,7 +8,7 @@ dnl Written by Oskar Liljeblad.
 
 AC_DEFUN([gl_BYTESWAP],
 [
-  dnl Prerequisites of lib/byteswap_.h.
+  dnl Prerequisites of lib/byteswap.in.h.
   AC_CHECK_HEADERS([byteswap.h], [
     BYTESWAP_H=''
   ], [
index 52659d2c96bd673345abc3f65fda31ebd0147f57..37f521fe9fe7d1fb2c1f3ebd16374cde73ba8e7a 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Swap bytes of 16, 32 and 64 bit values.
 
 Files:
-lib/byteswap_.h
+lib/byteswap.in.h
 m4/byteswap.m4
 
 Depends-on:
@@ -15,9 +15,9 @@ BUILT_SOURCES += $(BYTESWAP_H)
 
 # We need the following in order to create <byteswap.h> when the system
 # doesn't have one.
-byteswap.h: byteswap_.h
+byteswap.h: byteswap.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/byteswap_.h; \
+         cat $(srcdir)/byteswap.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += byteswap.h byteswap.h-t