Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
302570cb
...
302570cb0cd537d322124ce922648ea16f294179
authored
2000-04-19 19:58:12 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Look in m4 for extra Macros
1 parent
0fec4a8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
ChangeLog
autogen.sh
ChangeLog
View file @
302570c
...
...
@@ -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>
...
...
autogen.sh
View file @
302570c
#!/bin/sh
aclocal
aclocal
-I m4
libtoolize --copy --automake
autoheader
automake --add-missing --copy --gnu
...
...
Please
register
or
sign in
to post a comment