]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
- RPM_OPT_FLAGS are used for compiling
[ginac.git] / Makefile.in
index 091bd6e4f2f1c24952fc7d146ef747a3d3cb3ff4..8f5c366eb18ff120016c56f7efbc68778b942cc2 100644 (file)
@@ -96,6 +96,9 @@ VERSION = @VERSION@
 YACC = @YACC@
 
 SUBDIRS = ginac check ginsh doc
+
+# Requires automake 1.4
+AUTOMAKE_OPTIONS = 1.4
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
@@ -292,7 +295,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           cp -pr $$/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \