Author: pfg
Date: Tue Jan  3 18:53:49 2017
New Revision: 1777201

URL: http://svn.apache.org/viewvc?rev=1777201&view=rev
Log:
Check for configure.ac; configure.in is no more.

Modified:
    openoffice/trunk/main/configure.ac

Modified: openoffice/trunk/main/configure.ac
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1777201&r1=1777200&r2=1777201&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Tue Jan  3 18:53:49 2017
@@ -944,10 +944,10 @@ ADDITIONAL_REPOSITORIES="../ext_librarie
 SCPDEFS=""
 
 dnl ===================================================================
-dnl Check configure script vs. configure.in
+dnl Check configure script vs. configure.ac
 dnl ===================================================================
 AC_MSG_CHECKING([whether configure is up-to-date])
-if test "configure" -ot "configure.in"; then
+if test "configure" -ot "configure.ac"; then
    AC_MSG_RESULT([no])
    AC_MSG_ERROR([configure is not up-to-date, run autoconf first!])
 else


Reply via email to