From 44b2ff35cf0e7aa0cb394acb9e44fb39ab068b71 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Feb 2007 19:35:28 +0000 Subject: Use install command instead of CHMOD, CP, and MKDIR. Drop all POSTBUILD stuff as it is no longer used. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5663 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 46579d4da..ab6180f0d 100644 --- a/configure.in +++ b/configure.in @@ -264,7 +264,7 @@ esac dnl Find commands... AC_PROG_CC AC_PROG_CXX -dnl AC_PROG_INSTALL +AC_PROG_INSTALL AC_PATH_PROG(NROFF,nroff) if test "x$NROFF" = "x:"; then AC_PATH_PROG(GROFF,groff) -- cgit v1.2.3