summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh9
-rw-r--r--configure.ac3
2 files changed, 2 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 70e3f37..f88830d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,15 +2,6 @@
(automake --version | grep 1.4) && (autoconf --version | grep 2.5)
-if test $? = 1; then
- echo "Happy building ...";
-else
- echo "Trouble!";
- echo "You have automake 1.4 and autoconf 2.5. either downgrade autoconf to";
- echo "2.13 or upgrade automake to 1.5";
- exit
-fi
-
if [ "$USER" = "root" ]; then
echo "You cannot do this as "$USER" please use a normal user account"
exit
diff --git a/configure.ac b/configure.ac
index 8018dd1..3de6a44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,8 @@ AC_PROG_MAKE_SET
ASFLAGS="$ASFLAGS -I../"
AS=$CC
-AM_PROG_AS
+AC_SUBST(ASFLAGS)
+AC_SUBST(AS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)
AC_CACHE_VAL([ag_cv_func_fopen_binary],