]> arthur.barton.de Git - netatalk.git/commitdiff
Automake/autoconf fixes/additions
authorrufustfirefly <rufustfirefly>
Fri, 28 Jul 2000 14:52:53 +0000 (14:52 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 28 Jul 2000 14:52:53 +0000 (14:52 +0000)
AUTHORS [new file with mode: 0644]
NEWS [new file with mode: 0644]
acconfig.h [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.in

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/acconfig.h b/acconfig.h
new file mode 100644 (file)
index 0000000..f94ae6d
--- /dev/null
@@ -0,0 +1 @@
+#undef SHADOWPW
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..6408da2
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+
index 2f870795fc00e2fb1fdbab767b1441d463960075..18f22d6090b67420925b3a64ab0a83081aae0cfe 100644 (file)
@@ -1,7 +1,12 @@
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
-AM_INIT_AUTOMAKE([netatalk], [1.5])
+
+NETATALK_VERSION=`cat VERSION`
+AC_SUBST(NETATALK_VERSION)
+
+AM_INIT_AUTOMAKE(netatalk, ${NETATALK_VERSION})
+AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
 AC_PROG_AWK
@@ -9,7 +14,7 @@ AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
 
 dnl *********************************************************************
 dnl FIXME! FIXME! These should be selectable properly, and should produce