]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
command line fiddling
authorDavid MacKenzie <djm@djmnet.org>
Thu, 15 Sep 1994 21:16:59 +0000 (21:16 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 15 Sep 1994 21:16:59 +0000 (21:16 +0000)
autoconf.in
autoconf.sh
autoheader.in
autoheader.sh
autoreconf.in
autoreconf.sh
bin/autoconf.in
bin/autoheader.in
bin/autoreconf.in

index a5a6a944d33e11f2da5722637d827748acf6b5b9..3ba96147e381fb03dd225130bfbe22bdc7b4dd50 100644 (file)
@@ -101,7 +101,7 @@ elif test ! -r "$infile"; then
 fi
 
 if test -n "$localdir"; then
-  use_localdir="-I$localdir"
+  use_localdir="-I$localdir -DAC_LOCALDIR=$localdir"
 else
   use_localdir=
 fi
index a5a6a944d33e11f2da5722637d827748acf6b5b9..3ba96147e381fb03dd225130bfbe22bdc7b4dd50 100644 (file)
@@ -101,7 +101,7 @@ elif test ! -r "$infile"; then
 fi
 
 if test -n "$localdir"; then
-  use_localdir="-I$localdir"
+  use_localdir="-I$localdir -DAC_LOCALDIR=$localdir"
 else
   use_localdir=
 fi
index 218963edb163d5e7921520732afa0a62e0d3a60c..c4040f9674499ad48b26be0509e7436abb9c44ea 100644 (file)
@@ -101,7 +101,7 @@ headers=
 libs=
 
 if test "$localdir" != .; then
-  use_localdir="-I$localdir"
+  use_localdir="-I$localdir -DAC_LOCALDIR=$localdir"
 else
   use_localdir=
 fi
index 218963edb163d5e7921520732afa0a62e0d3a60c..c4040f9674499ad48b26be0509e7436abb9c44ea 100644 (file)
@@ -101,7 +101,7 @@ headers=
 libs=
 
 if test "$localdir" != .; then
-  use_localdir="-I$localdir"
+  use_localdir="-I$localdir -DAC_LOCALDIR=$localdir"
 else
   use_localdir=
 fi
index 9f2c4e5d1abf3b03552381bc1ce19a835e4114b2..53b2b0cf273719aa7379a8b0741fc5f1e4b96e33 100644 (file)
@@ -64,6 +64,10 @@ if test $show_version = yes; then
   exit 0
 fi
 
+if test $# -ne 0; then
+  echo "$usage" 1>&2; exit 1
+fi
+
 top_autoconf=`echo $0|sed s%autoreconf%autoconf%`
 top_autoheader=`echo $0|sed s%autoreconf%autoheader%`
 
index 9f2c4e5d1abf3b03552381bc1ce19a835e4114b2..53b2b0cf273719aa7379a8b0741fc5f1e4b96e33 100644 (file)
@@ -64,6 +64,10 @@ if test $show_version = yes; then
   exit 0
 fi
 
+if test $# -ne 0; then
+  echo "$usage" 1>&2; exit 1
+fi
+
 top_autoconf=`echo $0|sed s%autoreconf%autoconf%`
 top_autoheader=`echo $0|sed s%autoreconf%autoheader%`
 
index a5a6a944d33e11f2da5722637d827748acf6b5b9..3ba96147e381fb03dd225130bfbe22bdc7b4dd50 100644 (file)
@@ -101,7 +101,7 @@ elif test ! -r "$infile"; then
 fi
 
 if test -n "$localdir"; then
-  use_localdir="-I$localdir"
+  use_localdir="-I$localdir -DAC_LOCALDIR=$localdir"
 else
   use_localdir=
 fi
index 218963edb163d5e7921520732afa0a62e0d3a60c..c4040f9674499ad48b26be0509e7436abb9c44ea 100644 (file)
@@ -101,7 +101,7 @@ headers=
 libs=
 
 if test "$localdir" != .; then
-  use_localdir="-I$localdir"
+  use_localdir="-I$localdir -DAC_LOCALDIR=$localdir"
 else
   use_localdir=
 fi
index 9f2c4e5d1abf3b03552381bc1ce19a835e4114b2..53b2b0cf273719aa7379a8b0741fc5f1e4b96e33 100644 (file)
@@ -64,6 +64,10 @@ if test $show_version = yes; then
   exit 0
 fi
 
+if test $# -ne 0; then
+  echo "$usage" 1>&2; exit 1
+fi
+
 top_autoconf=`echo $0|sed s%autoreconf%autoconf%`
 top_autoheader=`echo $0|sed s%autoreconf%autoheader%`