Menu

#3742 Missing uCsim configure.ac ?

closed-wont-fix
nobody
None
other
5
6 days ago
2024-06-07
No

autoreconf in sdcc/sim/ucsim fails:

philipp@notebook6:~/sdcc-trunk/sdcc/sim/ucsim$ autoreconf
autoreconf: error: 'configure.ac' is required

But the configure script in there says it was generated by autoconf. Maybe there is a configure.ac that wasn't checked into svn?

P.S.: I ran into this when looking into the issue encountered by the reporter of [bugs:#3725].

Related

Bugs: #3725

Discussion

  • Philipp Klaus Krause

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,4 +7,4 @@
    
     But the configure script in there says it was generated by autoconf. Maybe there is a configure.ac that wasn't checked into svn?
    
    -P.S.: This apparently affects the reporter of [bugs:#3725], as this issue prevents them from checking if that one is fixed.
    +P.S.: I ran into this when looking into the issue encountered by the reporter of [bugs:#3725].
    
     

    Related

    Bugs: #3725

  • Daniel Drotos

    Daniel Drotos - 2024-06-07

    I moved everyting, but configure, into src subdirectory, so root is as clean as possible. I keep configure script up to date, autoreconf is not needed to be used.

    Configure can be regenerated by

    autoconf src/configure.ac >configure
    

    in ucsim dir.

    Daniel

     

    Last edit: Daniel Drotos 2024-06-07
  • Daniel Drotos

    Daniel Drotos - 6 days ago
    • status: open --> closed-wont-fix
     

Log in to post a comment.