]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - intl/configure
Make etags path used by build system configurable
[thirdparty/gcc.git] / intl / configure
index 9d4f5000f9e22c43ff951d256b6a164e771b7e8d..03f40487a92b98bcf62711eb69e38c793264266f 100755 (executable)
@@ -627,6 +627,9 @@ BISON3_NO
 BISON3_YES
 INCINTL
 LIBINTL_DEP
+MKID
+ETAGS
+CTAGS
 MAINT
 AUTOHEADER
 AUTOCONF
@@ -6799,6 +6802,19 @@ else
 fi
 
 
+if test -z "$CTAGS"; then
+  CTAGS=ctags
+fi
+
+if test -z "$ETAGS"; then
+  ETAGS=etags
+fi
+
+if test -z "$MKID"; then
+  MKID=mkid
+fi
+
+
 # Additional info for config.intl.