From 92d0d13b0297637768af09bf9d4637ca306fcfea Mon Sep 17 00:00:00 2001 From: pbrook Date: Thu, 9 Feb 2006 17:58:47 +0000 Subject: [PATCH] Record configure commandline. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 64cb745dc..a320c71b2 100755 --- a/configure +++ b/configure @@ -466,6 +466,7 @@ config_h="config-host.h" #echo "Creating $config_mak and $config_h" echo "# Automatically generated by configure - do not modify" > $config_mak +echo "# Configured with: $0 $@" >> $config_mak echo "/* Automatically generated by configure - do not modify */" > $config_h echo "prefix=$prefix" >> $config_mak -- 2.39.5