automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] missing: configure.in is unsupported now, just


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] missing: configure.in is unsupported now, just assume configure.ac
Date: Tue, 29 May 2012 19:18:25 +0200

* lib/missing ($configure_ac): Simply define to configure.ac.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/missing |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/lib/missing b/lib/missing
index b4eb97f..6b4153e 100755
--- a/lib/missing
+++ b/lib/missing
@@ -33,13 +33,7 @@ run=:
 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
 
-# In the cases where this matters, 'missing' is being run in the
-# srcdir already.
-if test -f configure.ac; then
-  configure_ac=configure.ac
-else
-  configure_ac=configure.in
-fi
+configure_ac=configure.ac
 
 msg="missing on your system"
 
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]