diff options
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-x | makeconf.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh index 8cd29ad..ab11b9b 100755 --- a/makeconf.sh +++ b/makeconf.sh @@ -1,5 +1,8 @@ #! /bin/sh +echo "NOTE: this script is obsolete. Use autoreconf instead!" +echo Running libtoolize... +libtoolize --automake echo Running aclocal... aclocal echo Running autoheader... |