From: Martin Pool Date: Wed, 12 Sep 2001 08:46:29 +0000 (+0000) Subject: Fix from Marc Espie to make included-popt work with VPATH builds. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d2e02b7d96585d2b5dc02f6f396d45942cfa8d44 Fix from Marc Espie to make included-popt work with VPATH builds. --- diff --git a/configure.in b/configure.in index b2371e9f..060ebc2d 100644 --- a/configure.in +++ b/configure.in @@ -378,4 +378,4 @@ AC_SUBST(OBJ_RESTORE) AC_SUBST(CC_SHOBJ_FLAG) AC_SUBST(BUILD_POPT) -AC_OUTPUT(Makefile lib/dummy zlib/dummy shconfig) +AC_OUTPUT(Makefile lib/dummy zlib/dummy popt/dummy shconfig) diff --git a/popt/dummy.in b/popt/dummy.in new file mode 100644 index 00000000..e69de29b