make/autoconf/basics.m4
changeset 48743 ba52fa7bbf14
parent 48681 2e2551c38484
child 48846 fe434d568439
equal deleted inserted replaced
48742:364944ba4e2f 48743:ba52fa7bbf14
     1 #
     1 #
     2 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   334   ORIGINAL_PATH="$PATH"
   334   ORIGINAL_PATH="$PATH"
   335   AC_SUBST(ORIGINAL_PATH)
   335   AC_SUBST(ORIGINAL_PATH)
   336   DATE_WHEN_CONFIGURED=`LANG=C date`
   336   DATE_WHEN_CONFIGURED=`LANG=C date`
   337   AC_SUBST(DATE_WHEN_CONFIGURED)
   337   AC_SUBST(DATE_WHEN_CONFIGURED)
   338   AC_MSG_NOTICE([Configuration created at $DATE_WHEN_CONFIGURED.])
   338   AC_MSG_NOTICE([Configuration created at $DATE_WHEN_CONFIGURED.])
   339   AC_MSG_NOTICE([configure script generated at timestamp $DATE_WHEN_GENERATED.])
       
   340 ])
   339 ])
   341 
   340 
   342 # Test that variable $1 denoting a program is not empty. If empty, exit with an error.
   341 # Test that variable $1 denoting a program is not empty. If empty, exit with an error.
   343 # $1: variable to check
   342 # $1: variable to check
   344 AC_DEFUN([BASIC_CHECK_NONEMPTY],
   343 AC_DEFUN([BASIC_CHECK_NONEMPTY],