bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] add getopt_int.h to getopt lib_SOURCES


From: Paul Eggert
Subject: [Bug-gnulib] add getopt_int.h to getopt lib_SOURCES
Date: Mon, 12 Apr 2004 13:13:31 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

When I propagated glibc getopt changes into gnulib I forgot to update
lib_SOURCES in modules/getopt.  I installed this patch.

2004-04-12  Paul Eggert  <address@hidden>

        * modules/getopt (lib_SOURCES): Add getopt_int.h.

Index: modules/getopt
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getopt,v
retrieving revision 1.4
diff -p -u -r1.4 getopt
--- modules/getopt      9 Mar 2004 19:42:23 -0000       1.4
+++ modules/getopt      12 Apr 2004 20:11:45 -0000
@@ -15,7 +15,7 @@ configure.ac:
 gl_GETOPT
 
 Makefile.am:
-lib_SOURCES += getopt.h getopt.c getopt1.c
+lib_SOURCES += getopt.h getopt.c getopt1.c getopt_int.h
 
 Include:
 "getopt.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]