summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xautogen.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eb3a3bbf..9032a1a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* m4/realloc.m4: File to support lib/ directory
* lib/xalloc.h: New file to support xmalloc.c
* lib/xmalloc.c: New version from sh-utils-2.0g
+ * autogen.sh: Look in m4 for extra macros
2000-03-28 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net>
diff --git a/autogen.sh b/autogen.sh
index 424c6ae06..367a7d392 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-aclocal
+aclocal -I m4
libtoolize --copy --automake
autoheader
automake --add-missing --copy --gnu

Return to:

Send suggestions and report system problems to the System administrator.