We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791fa78 commit 2f63aa9Copy full SHA for 2f63aa9
autogen.sh
@@ -1,7 +1,3 @@
1
#!/bin/sh
2
git log > ChangeLog
3
-aclocal -I m4
4
-autoheader
5
-libtoolize --force
6
-automake -a --foreign
7
-autoconf
+autoreconf -i
configure.ac
@@ -5,6 +5,7 @@ AC_PREREQ([2.69])
AC_INIT([aiscm], [0.26.1], [[email protected]])
DATE=2023-02-14
AC_SUBST(DATE)
8
+AC_CONFIG_AUX_DIR([.])
9
AM_INIT_AUTOMAKE([--warnings=no-portability foreign])
10
AC_CONFIG_MACRO_DIR([m4])
11
AC_REQUIRE_AUX_FILE([config.rpath])
0 commit comments