]> git.armaanb.net Git - gen-shell.git/blobdiff - cmake.h
added argument parsing with Sarge
[gen-shell.git] / cmake.h
diff --git a/cmake.h b/cmake.h
index 53869b80c6604b3a3e65ebde9774e4c8f9888190..4873a94dfd634b3d4b7921c7765014b7048dd6ee 100644 (file)
--- a/cmake.h
+++ b/cmake.h
@@ -4,13 +4,13 @@
 #define PRODUCT_TASKSH 1
 
 /* Package information */
-#define PACKAGE           "gen-shell"
-#define VERSION           "0.0.1"
+#define PACKAGE           ""
+#define VERSION           ""
 #define PACKAGE_BUGREPORT ""
-#define PACKAGE_NAME      "gen-shell"
-#define PACKAGE_TARNAME   "gen-shell"
-#define PACKAGE_VERSION   "0.0.1"
-#define PACKAGE_STRING    "gen-shell 0.0.1"
+#define PACKAGE_NAME      ""
+#define PACKAGE_TARNAME   ""
+#define PACKAGE_VERSION   ""
+#define PACKAGE_STRING    ""
 
 #define CMAKE_BUILD_TYPE  ""
 
@@ -19,7 +19,7 @@
 #define LANGUAGE_ENG_USA 
 
 /* git information */
-#define HAVE_COMMIT
+/* #undef HAVE_COMMIT */
 
 /* cmake information */
 #define HAVE_CMAKE
@@ -39,7 +39,7 @@
 /* #undef UNKNOWN */
 
 /* Found the Readline library */
-/* #undef HAVE_READLINE */
+#define HAVE_READLINE
 
 /* Found the pthread library */
 /* #undef HAVE_LIBPTHREAD */