diff options
Diffstat (limited to 'README.cvs')
-rw-r--r-- | README.cvs | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -53,7 +53,13 @@ and you can just run "autoreconf" and have it DTRT. Generate the proper aclocal.m4 file. - 3) $ automake --add-missing + 3) $ autoheader + + Generate a "config.h.in" file from the contents of configure.in, + etc. + + + 4) $ automake --add-missing Add (symlink) missing files into the distribution, and generate Makefile.in's from Makefile.am's. @@ -67,17 +73,11 @@ and you can just run "autoreconf" and have it DTRT. Makefile.am:xxx: automatically discovered file `getloadavg.c' should not be explicitly mentioned - 4) $ autoconf + 5) $ autoconf Generate a "configure" script from configure.in and acinclude.m4. - 5) $ autoheader - - Generate a "config.h.in" file from the contents of configure.in, - etc. - - At this point you have successfully brought your CVS copy of the GNU make source directory up to the point where it can be treated more-or-less like the official package you would get from ftp.gnu.org. @@ -134,9 +134,9 @@ mv config/Makefile.am~ config/Makefile.am mv Makefile.am~ Makefile.am mv configure.in~ configure.in aclocal -I config +autoheader automake --add-missing autoconf -autoheader ./configure make make check |