You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
520 B
19 lines
520 B
--- configure.ac.orig 2013-01-16 09:06:19 UTC
|
|
+++ configure.ac
|
|
@@ -2,9 +2,8 @@
|
|
|
|
AC_PREREQ([2.54])
|
|
AC_INIT([obshutdown], [0.1-rc1], [panjandrummail@gmail.com])
|
|
-AM_INIT_AUTOMAKE([obshutdown], [0.1-rc1])
|
|
-
|
|
AC_CONFIG_SRCDIR([src/main.c])
|
|
+AM_INIT_AUTOMAKE
|
|
|
|
AC_PREFIX_DEFAULT([/usr/local])
|
|
test "$prefix" = "NONE" && prefix=$ac_default_prefix
|
|
@@ -51,4 +50,4 @@ AC_CONFIG_FILES([
|
|
AC_OUTPUT
|
|
|
|
AC_MSG_RESULT
|
|
-AC_MSG_RESULT([configure complete, now type \"make\"])
|
|
+AC_MSG_RESULT([configure complete, now type "make"])
|
|
|