We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2668ba5 commit dbf83b6Copy full SHA for dbf83b6
files/crt/cpp/configure.ac
@@ -1,4 +1,4 @@
1
-#This line defines how what name will have output tarball
+#This line defines the name of the output tarball
2
AC_INIT([CDevelopmentTool],[0.0])
3
#this line defines what compilation flags will be used
4
AM_INIT_AUTOMAKE
@@ -8,6 +8,6 @@ AC_CHECK_LIB([pthread],[pthread_create])
8
AC_CHECK_LIB([pthread],[pthread_join])
9
AC_PROG_CXX
10
# DEFINE YOUR OWN LIBRARY CHECK - DO NOT DELETE THIS LINE
11
-#This line defines where are stored Makefiles for project and sources
+#This line defines where Makefiles are stored for projects and sources
12
AC_CONFIG_FILES([Makefile])
13
AC_OUTPUT
0 commit comments