diff options
author | jbj <devnull@localhost> | 1999-11-27 00:15:07 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-11-27 00:15:07 +0000 |
commit | db3213b0574239c732f4a9e59a1e297589d3eb3c (patch) | |
tree | 6e1f1b459deef6069a9390b3de596ed4529ade05 /scripts | |
parent | 4d26dfa475765173ecb06bf17bda66ddb179acad (diff) | |
download | rpm-db3213b0574239c732f4a9e59a1e297589d3eb3c.tar.gz rpm-db3213b0574239c732f4a9e59a1e297589d3eb3c.tar.bz2 rpm-db3213b0574239c732f4a9e59a1e297589d3eb3c.zip |
lib/stubs.c: Add portability routines to rpmlib for portable shared rpmlib.
lib/rpmio.c: Internalize single use of inet_aton().
lib/rpmio.h: Include libio.h retrofit here rather than in system.h.
configure.in: Remove regex/glob tests.
CVS patchset: 3440
CVS date: 1999/11/27 00:15:07
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 88470d033..a1c6b912c 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4a from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -48,10 +48,9 @@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_FLAG = transform = @program_transform_name@ NORMAL_INSTALL = : @@ -218,7 +217,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 \ @@ -247,7 +246,7 @@ uninstall: uninstall-am all-am: Makefile $(SCRIPTS) all-redirect: all-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(configdir) |