Changeset 15775
- Timestamp:
- 03/13/01 16:24:41 (9 years ago)
- Location:
- trunk/athena/etc/rpmupdate
- Files:
-
- 2 modified
-
Makefile.in (modified) (3 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/athena/etc/rpmupdate/Makefile.in
r15738 r15775 1 # $Id: Makefile.in,v 1. 1 2001-03-09 20:37:59ghudson Exp $1 # $Id: Makefile.in,v 1.2 2001-03-13 21:24:41 ghudson Exp $ 2 2 3 3 SHELL=/bin/sh … … 11 11 sbindir=@sbindir@ 12 12 mandir=@mandir@ 13 lsbindir=@lsbindir@ 13 14 14 15 CC=@CC@ … … 32 33 33 34 install: 34 ${top_srcdir}/mkinstalldirs ${DESTDIR}${ sbindir}35 ${top_srcdir}/mkinstalldirs ${DESTDIR}${lsbindir} 35 36 ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8 36 ${INSTALL_PROGRAM} rpmupdate ${DESTDIR}${ sbindir}37 ${INSTALL_PROGRAM} rpmupdate ${DESTDIR}${lsbindir} 37 38 ${INSTALL} -m 444 ${srcdir}/rpmupdate.8 ${DESTDIR}${mandir}/man8 38 39 -
trunk/athena/etc/rpmupdate/configure.in
r15738 r15775 1 1 dnl Process this file with autoconf to produce a configure script. 2 2 AC_INIT(rpmupdate.c) 3 4 test -z "$lsbindir" && lsbindir='${sbindir}' 5 AC_SUBST(lsbindir) 3 6 4 7 AC_PROG_CC
