This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I run autoconf and get an empty file for "configure"



Alexandre Oliva <aoliva@redhat.com> writes:
> The top-level configure is not generated by autoconf.  configure.in is
> a shell script, not an autoconf source file.

Okay, getting closer:

megacz@curry$ export topsrcdir=/home/megacz/gcc
megacz@curry$ export CC=/usr/bin/gcc
megacz@curry$ ./configure.in
megacz@curry$ ls -l configure
ls: configure: No such file or directory

Huh? why didn't it create a configure script?

  - a

-- 
"In the dream, someone was asking me 'So what you're saying is that
 all your dreams are lucid?' 'Yes,' I replied 'except for this one.'"
                                                         -- epepke@k5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]