From 4d76ef420206904f04648b18d4033272928f91b1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:14:33 +0200 Subject: [PATCH] Rename getopt_.h to getopt.in.h. --- config/srclist.txt | 2 +- lib/{getopt_.h => getopt.in.h} | 0 modules/getopt | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename lib/{getopt_.h => getopt.in.h} (100%) diff --git a/config/srclist.txt b/config/srclist.txt index f76ecde2c..ce4f9c551 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -53,7 +53,7 @@ $GNUORG/disclaim.program doc/Copyright #$LIBCSRC/argp/argp.h lib gpl #$LIBCSRC/stdlib/getsubopt.c lib gpl #$LIBCSRC/posix/getopt.c lib gpl -#$LIBCSRC/posix/getopt.h lib gpl (getopt_.h in gnulib) +#$LIBCSRC/posix/getopt.h lib gpl (getopt.in.h in gnulib) #$LIBCSRC/posix/getopt1.c lib gpl #$LIBCSRC/posix/getopt_int.h lib gpl # diff --git a/lib/getopt_.h b/lib/getopt.in.h similarity index 100% rename from lib/getopt_.h rename to lib/getopt.in.h diff --git a/modules/getopt b/modules/getopt index fa01d90d1..39751bf33 100644 --- a/modules/getopt +++ b/modules/getopt @@ -2,7 +2,7 @@ Description: Process command line arguments. Files: -lib/getopt_.h +lib/getopt.in.h lib/getopt.c lib/getopt1.c lib/getopt_int.h @@ -20,9 +20,9 @@ BUILT_SOURCES += $(GETOPT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -getopt.h: getopt_.h +getopt.h: getopt.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/getopt_.h; \ + cat $(srcdir)/getopt.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += getopt.h getopt.h-t -- 2.11.0