[Bug 676318] New: autoreconf failing on aclocal --force -I m4
https://bugzilla.novell.com/show_bug.cgi?id=676318 https://bugzilla.novell.com/show_bug.cgi?id=676318#c0 Summary: autoreconf failing on aclocal --force -I m4 Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: chris@computersalat.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13 I ran: + autoreconf -fiv autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force -I m4 aclocal: couldn't open directory `m4': No such file or directory autoreconf: aclocal failed with exit status: 1 and it failed cause of no 'm4' dir Reproducible: Always Steps to Reproduce: 1.https://build.opensuse.org/package/show?package=libnetfilter_queue&project=home%3Acomputersalat%3Abranches%3Asecurity%3Anetfilter 2.comment "%__install -d m4 3.and try Actual Results: aclocal is failing Expected Results: aclocal should not fail when "m4" DIR does not exist. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=676318 https://bugzilla.novell.com/show_bug.cgi?id=676318#c1 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Philipp Thomas <pth@novell.com> 2011-03-02 18:15:37 CET --- Wrong! configure.in contains AC_CONFIG_MACRO_DIR([m4]) and so failing when it doesn't exist is the correct behaviour. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com