From 08d2e5d90d4957917238fd9e8e89047beb84e203 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:03:53 +0200 Subject: [PATCH] Rename alloca_.h to alloca.in.h. --- ChangeLog | 6 ++++++ lib/{alloca_.h => alloca.in.h} | 0 modules/alloca-opt | 6 +++--- 3 files changed, 9 insertions(+), 3 deletions(-) rename lib/{alloca_.h => alloca.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 443ad76904..f23d5f4eaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-30 Bruno Haible + + * lib/alloca.in.h: Renamed from lib/alloca_.h. + * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of + alloca_.h. + 2007-09-30 Bruno Haible * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition. diff --git a/lib/alloca_.h b/lib/alloca.in.h similarity index 100% rename from lib/alloca_.h rename to lib/alloca.in.h diff --git a/modules/alloca-opt b/modules/alloca-opt index e304324388..248b48613d 100644 --- a/modules/alloca-opt +++ b/modules/alloca-opt @@ -4,7 +4,7 @@ It allows using the alloca() macro if and only if the autoconf tests define HAVE_ALLOCA. Files: -lib/alloca_.h +lib/alloca.in.h m4/alloca.m4 Depends-on: @@ -17,9 +17,9 @@ BUILT_SOURCES += $(ALLOCA_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -alloca.h: alloca_.h +alloca.h: alloca.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/alloca_.h; \ + cat $(srcdir)/alloca.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += alloca.h alloca.h-t -- 2.30.2