From 69d9cab0c415837552a84f17366356e9571fdbda Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 9 Nov 2001 09:20:30 +0000 Subject: Autogen... --- autogen.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 866f03d..81a825b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,16 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. +echo Running gettextize... gettextize -f -c +echo Running libtoolize... libtoolize -c --automake -aclocal +echo Running aclocal... +aclocal -I m4 +echo Running autoscan... autoscan +echo Running autoheader... autoheader +echo Running autoconf... autoconf +echo Running automake... automake -a -c --gnu -- cgit v1.2.3