m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/Makefile.am,v


From: Gary V. Vaughan
Subject: Changes to m4/Makefile.am,v
Date: Tue, 04 Jul 2006 16:29:35 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Gary V. Vaughan <gary>  06/07/04 16:29:34

Index: Makefile.am
===================================================================
RCS file: /sources/m4/m4/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- Makefile.am 22 Jun 2006 15:52:19 -0000      1.35
+++ Makefile.am 4 Jul 2006 16:29:34 -0000       1.36
@@ -70,15 +70,18 @@
 
 bin_PROGRAMS   = src/m4
 src_m4_SOURCES = \
-                 src/getopt.c \
-                 src/getopt1.c \
-                 src/getopt.h \
                  src/version-etc-fsf.c \
                  src/version-etc.c \
                  src/version-etc.h \
                  src/main.c \
                  src/m4.h \
                  src/freeze.c
+if GETOPT
+src_m4_SOURCES += \
+                 src/getopt.c \
+                 src/getopt1.c \
+                 src/getopt.h
+endif
 if STACKOVF
 src_m4_SOURCES += src/stackovf.c
 endif




reply via email to

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