Bug 490713

Summary: yast2-devtools create "`if" directory when bootstrapped
Product: [openSUSE] openSUSE 11.2 Reporter: Klaus Kämpf <kkaempf>
Component: YaST2Assignee: Martin Vidner <mvidner>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P3 - Medium    
Version: Alpha 0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Klaus Kämpf 2009-03-31 13:49:21 UTC
The ACLOCAL_AMFLAGS line in devtools/admin/Makefile.am.toplevel isn't evaluated by a shell (but by 'm4' ?).
So autoreconf later reports
  libtoolize: putting macros in ``if'.
Comment 1 Klaus Kämpf 2009-03-31 13:57:56 UTC
yast/core/svn-prop even lists `if as 'to be ignored' - LOL
Comment 2 Klaus Kämpf 2009-03-31 13:58:42 UTC
Fixing summary typo
Comment 3 Martin Vidner 2009-04-02 15:44:12 UTC
Autotools voodoo!
Actually `it` works when processed by automake+make, but not for autoreconf.
I have added "-I ." and submitted yast2-devtools-2.18.3.