summaryrefslogtreecommitdiff
path: root/README.cvs
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-05-10 03:15:07 +0000
committerPaul Smith <psmith@gnu.org>2002-05-10 03:15:07 +0000
commit9052b52dfc69d9567e2e664b0f096bfae535bcad (patch)
tree39e24d1a4d38996e5ffc42601d98d5b47289ee3f /README.cvs
parent5dedf7be638113e65df4bab535386db212a0e812 (diff)
downloadgunmake-9052b52dfc69d9567e2e664b0f096bfae535bcad.tar.gz
Fix Debian bug #144306: pass target-specific variables into the environment
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.cvs b/README.cvs
index 0464862..367f8c5 100644
--- a/README.cvs
+++ b/README.cvs
@@ -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