]> andersk Git - libfaim.git/commitdiff
forgot these
authormid <mid>
Mon, 26 Feb 2001 10:03:27 +0000 (10:03 +0000)
committermid <mid>
Mon, 26 Feb 2001 10:03:27 +0000 (10:03 +0000)
configure.in
gen

index 2ceccc680c601422e70795af25f898822ae6e6bd..c9948698ae8cf3886cdc4b0def7c8e3a5040fa23 100644 (file)
@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/login.c)
 AM_INIT_AUTOMAKE(libfaim, 0.99.1)
 
+AC_PREFIX_DEFAULT(/usr)
 AM_CONFIG_HEADER(include/libfaim_config.h)
 
 dnl Checks for programs.
diff --git a/gen b/gen
index 1966063202fb165a30be675240633d8ac57974b6..8bd0fba673bfd796cb76d4386034b032f7eacd81 100755 (executable)
--- a/gen
+++ b/gen
@@ -1,4 +1,4 @@
 #!/bin/sh
-aclocal ; autoheader ; automake --gnu -a -c ; autoconf
+aclocal ; autoheader ; automake --foreign -a -c ; autoconf
 
 
This page took 0.046656 seconds and 5 git commands to generate.