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