docs: Replace references to configure.in with configure.ac

This commit is contained in:
Hugh McMaster 2019-03-27 20:58:33 +11:00
parent f386148e47
commit acdce30bc5
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ You should replace EXE_NAME with the name of the executable. APP_NAME is what
will be visible to the user in the Finder. Usually it will be the same
as EXE_NAME but capitalized. E.g. if EXE_NAME is "testgame" then APP_NAME
usually is "TestGame". You might also want to use `@PACKAGE@` to use the package
name as specified in your configure.in file.
name as specified in your configure.ac file.
If your project builds more than one application, you will have to do a bit
more. For each of your target applications, you need a separate rule.