Gary V. Vaughan wrote: > Here is a patch for a perl date wrapper (my first perl script!), I hope you > can commit this in time for 0.43... with it, I can `./configure > --without-date' > and have the testsuite complete successfully.
[[snip]]
> Index: quilt-HEAD/configure.ac
> ===================================================================
> --- quilt-HEAD.orig/configure.ac
> +++ quilt-HEAD/configure.ac
> @@ -82,6 +82,21 @@ duplicates. You can download GNU coreut
> fi
>
> QUILT_COMPAT_PROG_PATH(DATE, date, [gdate date])
> +
> +if test -z "$INTERNAL_DATE"; then
> + AC_MSG_CHECKING([whether $DATE --rfc-822 works])
> + if date --rfc-822 >/dev/null 2>&1; then
^^^^
D'oh! s/date/$DATE/
Cheers,
Gary.
--
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
