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

Signed-off-by: Stefano Lattarini <[email protected]>
---
 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